Skip to content

Commit 5d6341f

Browse files
authoredApr 7, 2025··
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-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f0388a commit 5d6341f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: julia-actions/setup-julia@v1
1212
with:
1313
version: '1.8'
14-
- uses: actions/cache@v1
14+
- uses: actions/cache@v4
1515
env:
1616
cache-name: cache-artifacts
1717
with:

0 commit comments

Comments
 (0)
Please sign in to comment.