File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 pre-commit :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v2
17- - uses : actions/setup-python@v1
16+ - uses : actions/checkout@v4
17+ - uses : actions/setup-python@v6
1818 - name : Set PY
1919 run : |
2020 echo "PY=$(python -c 'import hashlib,sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')" >> $GITHUB_ENV
21- - uses : actions/cache@v1
21+ - uses : actions/cache@v4
2222 with :
2323 path : ~/.cache/pre-commit
2424 key : pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
4848 GIT_SHA1 : ${{ github.sha }}
4949 IS_PR : ${{ github.event_name == 'pull_request' }}
5050 steps :
51- - uses : actions/checkout@v2
52- - uses : actions/setup-python@v1
51+ - uses : actions/checkout@v4
52+ - uses : actions/setup-python@v6
5353 - run : pip install -r tests/ci-requirements.txt
5454
5555 # Build images
You can’t perform that action at this time.
0 commit comments