Skip to content

Commit ef10948

Browse files
authored
Merge pull request #478 from cibere/bump-action-cache-version
bump actions/cache version from 2 to 4
2 parents dbd1192 + a05635f commit ef10948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/setup-python@v5
4848
with:
4949
python-version: ${{ github.event.inputs.pyversion }}
50-
- uses: actions/cache@v2
50+
- uses: actions/cache@v4
5151
if: startsWith(runner.os, 'Windows')
5252
with:
5353
path: ~\AppData\Local\pip\Cache

0 commit comments

Comments
 (0)