Skip to content

Commit e3bd3e5

Browse files
Merge pull request #573 from SciML/dependabot/github_actions/julia-actions/cache-3
Bump julia-actions/cache from 1 to 3
2 parents f7c8062 + 479055d commit e3bd3e5

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)