Skip to content

Commit

Permalink
Bump julia-actions/cache from 1.5.2 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1.5.2 to 2.0.0.
- [Release notes](https://github.com/julia-actions/cache/releases)
- [Commits](julia-actions/cache@dc1a3cd...d48542b)

---
updated-dependencies:
- dependency-name: julia-actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 3, 2024
1 parent 7fc50a4 commit 5f5e5cb
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 @@ -135,7 +135,7 @@ jobs:
with:
julia-version: "${{ matrix.version }}"
- run: juliaup default ${{ matrix.version }}
- uses: julia-actions/cache@dc1a3cdeacb521b0ca93cfc66143fcadb15a5bd0
- uses: julia-actions/cache@d48542bb7b6239a9391789f01d21a6bdde9ad5df
- uses: julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c
- run: julia --project -e 'import PackageBundler; PackageBundler.instantiate("test/envs")'
- uses: julia-actions/julia-runtest@79a7e100883947123f8263c5f06e6c0ea3eb972f
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
with:
version: ${{ matrix.version }}

- uses: julia-actions/cache@dc1a3cdeacb521b0ca93cfc66143fcadb15a5bd0
- uses: julia-actions/cache@d48542bb7b6239a9391789f01d21a6bdde9ad5df

- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
Expand Down

0 comments on commit 5f5e5cb

Please sign in to comment.