Skip to content

Commit

Permalink
Merge pull request #2 from rbSparky/dependabot/github_actions/julia-a…
Browse files Browse the repository at this point in the history
…ctions/cache-2

Bump julia-actions/cache from 1 to 2
  • Loading branch information
rbSparky authored May 20, 2024
2 parents 694feca + 1ae3b70 commit 5a71c75
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 @@ -37,7 +37,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
- uses: julia-actions/julia-processcoverage@v1
Expand All @@ -58,7 +58,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
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 5a71c75

Please sign in to comment.