Skip to content

Commit 57c7d11

Browse files
Bump actions/cache from 1 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v1...v4) --- 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 581d4b8 commit 57c7d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/UnitTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
version: ${{ matrix.julia-version }}
4040
arch: ${{ matrix.julia-arch }}
41-
- uses: actions/cache@v1
41+
- uses: actions/cache@v4
4242
env:
4343
cache-name: cache-artifacts
4444
with:

0 commit comments

Comments
 (0)