Skip to content

Commit a3ec7ca

Browse files
Bump julia-actions/cache from 1 to 2 (#12)
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. - [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@v1...v2) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c870efa commit a3ec7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
version: "${{ inputs.julia-version }}"
9696
arch: "${{ inputs.julia-arch || runner.arch }}"
9797

98-
- uses: julia-actions/cache@v1
98+
- uses: julia-actions/cache@v2
9999
if: "${{ inputs.cache }}"
100100
with:
101101
token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)