Skip to content

Commit

Permalink
Bump julia-actions/cache from 1.2.2 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/julia-actions/cache/releases)
- [Commits](julia-actions/cache@569d290...8ef8d33)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent e7bad84 commit a6443ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/exercise-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
version: ${{ matrix.julia-version }}

- uses: julia-actions/cache@569d290d51d6c22c1cd4ceec591a1bf112aab9c0
- uses: julia-actions/cache@8ef8d3313f5536c64072e04a9dad48c6669dc264

- name: Install test dependencies
run: julia --color=yes --project -e "using Pkg; Pkg.instantiate()"
Expand Down

0 comments on commit a6443ca

Please sign in to comment.