Skip to content

Commit 24b2e00

Browse files
authored
Merge pull request #381 from OpenSPP/update-precommit-gh-actions
Switch to latest/supported GH actions
2 parents a1630f1 + c2f0608 commit 24b2e00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
pre-commit:
77
runs-on: ubuntu-22.04
88
steps:
9-
- uses: actions/checkout@v2
10-
- uses: actions/setup-python@v2
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-python@v5
1111
with:
1212
python-version: "3.11"
1313
- name: Get python version
1414
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
15-
- uses: actions/cache@v1
15+
- uses: actions/cache@v4
1616
with:
1717
path: ~/.cache/pre-commit
1818
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)