Skip to content

Commit

Permalink
Merge pull request #177 from JuliaMolSim/dependabot/github_actions/ju…
Browse files Browse the repository at this point in the history
…lia-actions/cache-2

Bump julia-actions/cache from 1 to 2
  • Loading branch information
jgreener64 committed May 7, 2024
2 parents 185e47f + 7ddff31 commit fb1143a
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 @@ -33,7 +33,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- run: |
julia --project=docs -e '
using Pkg
Expand Down

0 comments on commit fb1143a

Please sign in to comment.