Skip to content

Commit 90cfbaf

Browse files
Bump julia-actions/cache from 2.0.7 to 2.1.0
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 2.0.7 to 2.1.0. - [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@2b1bf4d...d10a6fd) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc1b634 commit 90cfbaf

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
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
version: ${{ matrix.julia-version }}
3434

35-
- uses: julia-actions/cache@2b1bf4d8a138668ac719ea7ca149b53ed8d8401e
35+
- uses: julia-actions/cache@d10a6fd8f31b12404a54613ebad242900567f2b9
3636

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

0 commit comments

Comments
 (0)