Skip to content

Commit 901d2d9

Browse files
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 198c0b9 commit 901d2d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
version: ${{ matrix.version }}
4848
arch: ${{ matrix.arch }}
49-
- uses: actions/cache@v2
49+
- uses: actions/cache@v3
5050
env:
5151
cache-name: cache-artifacts
5252
with:

.github/workflows/JuliaNightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
version: nightly
2424
arch: x64
25-
- uses: actions/cache@v2
25+
- uses: actions/cache@v3
2626
env:
2727
cache-name: julia-nightly-cache-artifacts
2828
with:

0 commit comments

Comments
 (0)