Skip to content

Commit 9f35c94

Browse files
build(deps): bump julia-actions/cache from 1 to 2
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](julia-actions/cache@v1...v2) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e495c42 commit 9f35c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: julia-actions/julia-downgrade-compat@v1
3737
with:
3838
skip: Pkg,TOML
39-
- uses: julia-actions/cache@v1
39+
- uses: julia-actions/cache@v2
4040
with:
4141
token: ${{ secrets.GITHUB_TOKEN }}
4242
- uses: julia-actions/julia-buildpkg@v1

0 commit comments

Comments
 (0)