Skip to content

Commit

Permalink
Merge pull request #1 from JuliaMolSim/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
cortner authored Aug 28, 2024
2 parents f1db6d6 + 2698f8a commit 7b7b683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- run : |
using Pkg
Pkg.pkg"registry add https://github.com/ACEsuit/ACEregistry"
Expand All @@ -55,7 +55,7 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- name: Configure doc environment
shell: julia --project=docs --color=yes {0}
run: |
Expand Down

0 comments on commit 7b7b683

Please sign in to comment.