Skip to content

Commit

Permalink
CI: update julia-actions/cache to v2 (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Jul 2, 2024
1 parent f43772a commit 0cc113d
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 @@ -54,7 +54,7 @@ jobs:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
- name: "Cache artifacts"
uses: julia-actions/cache@v1
uses: julia-actions/cache@v2
- name: "Build package"
uses: julia-actions/julia-buildpkg@v1
- name: "Run tests"
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- name: "Install package"
run: |
Expand Down

0 comments on commit 0cc113d

Please sign in to comment.