Skip to content

Commit e0f33f1

Browse files
authored
Merge pull request #305 from JuliaCI/dependabot/github_actions/actions/cache-3
Bump actions/cache from 1 to 3
2 parents 969c071 + 95532f4 commit e0f33f1

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
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
version: ${{ matrix.version }}
3333
arch: ${{ matrix.arch }}
34-
- uses: actions/cache@v1
34+
- uses: actions/cache@v3
3535
env:
3636
cache-name: cache-artifacts
3737
with:

0 commit comments

Comments
 (0)