Skip to content

Commit 479055d

Browse files
Bump julia-actions/cache from 1 to 3
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 3. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](julia-actions/cache@v1...v3) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9afa4f2 commit 479055d

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
@@ -45,7 +45,7 @@ jobs:
4545
- uses: julia-actions/setup-julia@v2
4646
with:
4747
version: "${{ matrix.version }}"
48-
- uses: julia-actions/cache@v1
48+
- uses: julia-actions/cache@v3
4949
with:
5050
token: "${{ secrets.GITHUB_TOKEN }}"
5151
- uses: julia-actions/julia-buildpkg@v1

0 commit comments

Comments
 (0)