Skip to content

Commit

Permalink
Merge pull request #155 from HelgeGehring/dependabot/github_actions/j…
Browse files Browse the repository at this point in the history
…ulia-actions/cache-2

build(deps): bump julia-actions/cache from 1 to 2
  • Loading branch information
HelgeGehring authored May 6, 2024
2 parents 37c2885 + a7def39 commit 8a5112a
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 8a5112a

Please sign in to comment.