Skip to content

Commit 3fe736f

Browse files
authored
Merge pull request #488 from testing-cabal/3ad0dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 28a7c8a + be3de49 commit 3fe736f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222

2323
- name: Cache
24-
uses: actions/cache@v4
24+
uses: actions/cache@v5
2525
with:
2626
path: ~/.cache/pip
2727
key:

0 commit comments

Comments
 (0)