Skip to content

Commit cb6ca94

Browse files
authored
Merge pull request #42 from bgctw/dependabot/github_actions/actions/cache-4
Bump actions/cache from 1 to 4
2 parents 9de4b83 + fcebb64 commit cb6ca94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: ${{ matrix.version == '1.6' }}
3333
with:
3434
skip: Pkg,TOML,Statistics
35-
- uses: actions/cache@v1
35+
- uses: actions/cache@v4
3636
env:
3737
cache-name: cache-artifacts
3838
with:

0 commit comments

Comments
 (0)