Skip to content

Commit 5c54835

Browse files
Merge pull request #118 from SciML/dependabot/github_actions/julia-actions/cache-2
Bump julia-actions/cache from 1 to 2
2 parents aa8b3de + f6cd975 commit 5c54835

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: julia-actions/julia-downgrade-compat@v1
3535
with:
3636
skip: Pkg,TOML
37-
- uses: julia-actions/cache@v1
37+
- uses: julia-actions/cache@v2
3838
with:
3939
token: ${{ secrets.GITHUB_TOKEN }}
4040
- uses: julia-actions/julia-buildpkg@v1

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
version: ${{ matrix.version }}
4343
arch: x64
44-
- uses: julia-actions/cache@v1
44+
- uses: julia-actions/cache@v2
4545
with:
4646
token: ${{ secrets.GITHUB_TOKEN }}
4747
- uses: julia-actions/julia-buildpkg@latest

0 commit comments

Comments
 (0)