Skip to content

Commit 0ccad75

Browse files
Bump julia-actions/cache from 1 to 2 (#398)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0da7810 commit 0ccad75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: julia-actions/setup-julia@v2
3030
with:
3131
version: '1.10'
32-
- uses: julia-actions/cache@v1
32+
- uses: julia-actions/cache@v2
3333
- name: Install dependencies
3434
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
3535
- name: Build and deploy

0 commit comments

Comments
 (0)