We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b28f8e commit 9d7e6f0Copy full SHA for 9d7e6f0
.github/workflows/pre-commit.yml
@@ -9,9 +9,9 @@ jobs:
9
pre-commit:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
13
- - uses: actions/setup-python@v3
14
- - uses: actions/cache@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
+ - uses: actions/cache@v4
15
with:
16
path: ~/.cache/pre-commit
17
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments