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 3164773 commit 81f225bCopy full SHA for 81f225b
.github/workflows/pre-commit.yml
@@ -13,13 +13,13 @@ jobs:
13
pre-commit:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v2
17
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
18
with:
19
python-version: "3.8"
20
- name: Get python version
21
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
22
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
23
24
path: ~/.cache/pre-commit
25
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments