We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b469d commit 863fad5Copy full SHA for 863fad5
.github/workflows/pre-commit.yml
@@ -12,13 +12,13 @@ jobs:
12
pre-commit:
13
runs-on: ubuntu-22.04
14
steps:
15
- - uses: actions/checkout@v3
16
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
17
with:
18
python-version: "3.11"
19
- name: Get python version
20
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
21
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
22
23
path: ~/.cache/pre-commit
24
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments