Skip to content

Commit

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

Bump julia-actions/cache from 1 to 2
  • Loading branch information
ViralBShah authored Oct 13, 2024
2 parents db14ac3 + 40a00ef commit 9ba4b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/UnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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 @@ -52,7 +52,7 @@ jobs:
with:
version: '1'
arch: 'x64'
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- name: run test
run: julia --project --code-coverage -t4 -e 'using Pkg; Pkg.test()'
Expand Down

0 comments on commit 9ba4b2a

Please sign in to comment.