Skip to content

Commit ed40486

Browse files
Bump julia-actions/cache from 2 to 3 in the github-actions group (#3)
Bumps the 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: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f72c4ba commit ed40486

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- uses: julia-actions/setup-julia@v2
3333
with:
3434
version: '1'
35-
- uses: julia-actions/cache@v2
35+
- uses: julia-actions/cache@v3
3636
- uses: julia-actions/julia-buildpkg@v1
3737
- uses: julia-actions/julia-runtest@v1

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: julia-actions/setup-julia@v2
3939
with:
4040
version: '1'
41-
- uses: julia-actions/cache@v2
41+
- uses: julia-actions/cache@v3
4242
- name: Install docs dependencies
4343
run: julia --project=docs -e 'using Pkg; Pkg.develop(path="."); Pkg.instantiate()'
4444
- name: Install lcov

.github/workflows/DocsBackfill.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: julia-actions/setup-julia@v2
4242
with:
4343
version: '1'
44-
- uses: julia-actions/cache@v2
44+
- uses: julia-actions/cache@v3
4545
- uses: quarto-dev/quarto-actions/setup@v2
4646

4747
# Prepare gh-pages

0 commit comments

Comments
 (0)