Skip to content

Commit

Permalink
Merge pull request #277 from JuliaStats/dependabot/github_actions/jul…
Browse files Browse the repository at this point in the history
…ia-actions/cache-2

build(deps): bump julia-actions/cache from 1 to 2
  • Loading branch information
ViralBShah authored Nov 9, 2024
2 parents 74d5d43 + b5d6fb6 commit af0edb2
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 @@ -42,7 +42,7 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
show-versioninfo: true
- 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 @@ -57,7 +57,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
- uses: julia-actions/julia-docdeploy@v1
env:
Expand Down

0 comments on commit af0edb2

Please sign in to comment.