Skip to content

Commit f8bc400

Browse files
Bump julia-actions/cache from 1 to 2 (#20)
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 2825310 commit f8bc400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: julia-actions/setup-julia@v2
2626
with:
2727
version: '1'
28-
- uses: julia-actions/cache@v1
28+
- uses: julia-actions/cache@v2
2929
- name: Configure doc environment
3030
shell: julia --project=docs --color=yes {0}
3131
run: |

0 commit comments

Comments
 (0)