Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 3cbc45c

Browse files
authored
Merge pull request #26 from JuliaEarth/dependabot/github_actions/actions/cache-3
Bump actions/cache from 1 to 3
2 parents 61314fe + 3a22635 commit 3cbc45c

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)