Skip to content

Commit

Permalink
Merge pull request #610 from CliMA/dependabot/github_actions/julia-ac…
Browse files Browse the repository at this point in the history
…tions/cache-2

Bump julia-actions/cache from 1 to 2
  • Loading branch information
Sbozzolo authored May 21, 2024
2 parents 91a4eeb + 00fa648 commit 3db2525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ClimaLandSimulations.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.10'
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- name: Install Julia dependencies
run: >
julia --project= -e 'using Pkg; Pkg.develop(path="$(pwd())"); Pkg.develop(path="$(pwd())/lib/ClimaLandSimulations")'
Expand Down

0 comments on commit 3db2525

Please sign in to comment.