Skip to content

Commit d603776

Browse files
Bump julia-actions/cache from 2.0.0 to 2.0.1
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/julia-actions/cache/releases) - [Changelog](https://github.com/julia-actions/cache/blob/main/devdocs/making_a_new_release.md) - [Commits](julia-actions/cache@d48542b...580d2b6) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent adcb25c commit d603776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/exercise-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
version: ${{ matrix.julia-version }}
3737

38-
- uses: julia-actions/cache@d48542bb7b6239a9391789f01d21a6bdde9ad5df
38+
- uses: julia-actions/cache@580d2b69d895343992af2cbad49c32a0149c2cde
3939

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

0 commit comments

Comments
 (0)