Skip to content

Commit 1440276

Browse files
authored
Merge pull request #375 from testing-cabal/3f42dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents a31c06d + d9284ac commit 1440276

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@v3
24+
uses: actions/cache@v4
2525
with:
2626
path: ~/.cache/pip
2727
key:

0 commit comments

Comments
 (0)