Skip to content

Commit 5e8b6ef

Browse files
Merge pull request #1802 from VWS-Python/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents 74cbe6a + e499887 commit 5e8b6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

32-
- uses: actions/cache@v2
32+
- uses: actions/cache@v3
3333
with:
3434
path: ~\AppData\Local\pip\Cache
3535
# This is like the example but we use ``*requirements.txt`` rather

0 commit comments

Comments
 (0)