Skip to content

Commit 52c2891

Browse files
Bump julia-actions/cache from 2 to 3 in the all-github-actions group
Bumps the all-github-actions group with 1 update: [julia-actions/cache](https://github.com/julia-actions/cache). Updates `julia-actions/cache` from 2 to 3 - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](julia-actions/cache@v2...v3) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c4ff2d commit 52c2891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/QuartoBuildPublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Load Julia packages from cache
4242
id: julia-cache
43-
uses: julia-actions/cache@v2
43+
uses: julia-actions/cache@v3
4444

4545
- name: Install dependencies
4646
shell: julia --color=yes --project {0}

0 commit comments

Comments
 (0)