Skip to content

Commit

Permalink
Merge pull request #2 from musoke/dependabot/github_actions/julia-act…
Browse files Browse the repository at this point in the history
…ions/cache-2

Bump julia-actions/cache from 1 to 2
  • Loading branch information
musoke authored May 17, 2024
2 parents dd01af7 + 6078016 commit 5eddfec
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 @@ -35,7 +35,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 @@ -56,7 +56,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 5eddfec

Please sign in to comment.