Skip to content

Commit

Permalink
Merge pull request #2 from araujoms/dependabot/github_actions/julia-a…
Browse files Browse the repository at this point in the history
…ctions/cache-2

Bump julia-actions/cache from 1 to 2
  • Loading branch information
araujoms authored May 20, 2024
2 parents 13321d4 + 3ca0713 commit 2fdf146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: '1'
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
Expand Down

0 comments on commit 2fdf146

Please sign in to comment.