Skip to content

Commit

Permalink
fixup: julia-actions/cache@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
musoke committed May 6, 2024
1 parent 9d90d79 commit 606394d
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 @@ -50,7 +50,7 @@ jobs:
apt-get update
apt-get install -y git
which git
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Expand Down Expand Up @@ -81,7 +81,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
run: |
julia --project=docs/ -e '
Expand Down

0 comments on commit 606394d

Please sign in to comment.