Skip to content

Commit 019e967

Browse files
Merge pull request #9 from JuliaDiff/dependabot/github_actions/actions/cache-3
Bump actions/cache from 1 to 3
2 parents 2aa59bd + 1f6851d commit 019e967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI-julia-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
version: ${{ matrix.version }}
2727
arch: ${{ matrix.arch }}
28-
- uses: actions/cache@v1
28+
- uses: actions/cache@v3
2929
env:
3030
cache-name: cache-artifacts
3131
with:

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
version: ${{ matrix.version }}
2828
arch: ${{ matrix.arch }}
29-
- uses: actions/cache@v1
29+
- uses: actions/cache@v3
3030
env:
3131
cache-name: cache-artifacts
3232
with:

0 commit comments

Comments
 (0)