Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Bump julia-actions/cache from 1 to 2 (#5)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 2f61b3f commit 988f9d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
version: "1"
- name: Cache Julia
uses: julia-actions/cache@v1
uses: julia-actions/cache@v2
- name: Instantiate Julia project
run: julia --color=yes --project -e 'using Pkg; Pkg.instantiate()'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quarto-render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
version: "1"
- name: Cache Julia
uses: julia-actions/cache@v1
uses: julia-actions/cache@v2
- name: Instantiate Julia project
run: julia --color=yes --project -e 'using Pkg; Pkg.instantiate()'

Expand Down

0 comments on commit 988f9d4

Please sign in to comment.