Skip to content

Commit

Permalink
Merge pull request #190 from JuliaDynamics/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…julia-actions/cache-2

Bump julia-actions/cache from 1 to 2
  • Loading branch information
orkolorko authored May 6, 2024
2 parents 3d52964 + 58793c0 commit 1d2a88b
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 @@ -34,7 +34,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 @@ -54,7 +54,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 1d2a88b

Please sign in to comment.