Skip to content

Commit

Permalink
Merge pull request #243 from MineralsCloud/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
singularitti authored May 17, 2024
2 parents c082f10 + 170f088 commit 32ec2b0
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 @@ -45,7 +45,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 @@ -64,7 +64,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 32ec2b0

Please sign in to comment.