Skip to content

Commit

Permalink
ci: fix some more warnings in pre_commit.yaml
Browse files Browse the repository at this point in the history
I didn't see where we actually use actions/cache, hopefully the
actions/setup-python bump fixes that warning.

I gave up on figuring out what was going on with missing imports when we
specify python-version for setup-python, someone else will have to take
that one :)
  • Loading branch information
tych0 committed Feb 18, 2024
1 parent 721cb61 commit f1de69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
sudo apt update
Expand Down

0 comments on commit f1de69b

Please sign in to comment.