Skip to content

Commit

Permalink
Merge pull request #2 from JuliaVlasov/dependabot/github_actions/juli…
Browse files Browse the repository at this point in the history
…a-actions/cache-2

Bump julia-actions/cache from 1 to 2
  • Loading branch information
pnavaro authored Nov 6, 2024
2 parents 54cefdf + 97f8748 commit 52fa992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- name: Build
run: |
julia --project -e 'using Pkg; Pkg.instantiate()'
Expand Down

0 comments on commit 52fa992

Please sign in to comment.