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.
2 parents a1630f1 + c2f0608 commit 24b2e00Copy full SHA for 24b2e00
.github/workflows/pre-commit.yml
@@ -6,13 +6,13 @@ jobs:
6
pre-commit:
7
runs-on: ubuntu-22.04
8
steps:
9
- - uses: actions/checkout@v2
10
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
11
with:
12
python-version: "3.11"
13
- name: Get python version
14
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
15
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
16
17
path: ~/.cache/pre-commit
18
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments