Skip to content

Commit

Permalink
build(deps): bump julia-actions/cache from 1 to 2
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]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 37c2885 commit a7def39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: '1.10.2'
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- name: Install JuliaFormatter and format
run: |
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: '1.10.3'
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
with:
cache-name: ${{ runner.os }}-${{ steps.get-date.outputs.date }}
cache-compiled: "true"
Expand Down

0 comments on commit a7def39

Please sign in to comment.