Skip to content

Commit

Permalink
Merge pull request #7 from complexvariables/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/julia-actions/cache-2

Bump julia-actions/cache from 1 to 2
  • Loading branch information
tobydriscoll authored Jul 2, 2024
2 parents b2714a8 + 2250f00 commit b115ad8
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@v2
with:
version: '1.10'
- 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 b115ad8

Please sign in to comment.