Skip to content

Commit e0e2167

Browse files
Merge pull request #248 from SciML/dependabot/github_actions/julia-actions/cache-2
build(deps): bump julia-actions/cache from 1 to 2
2 parents 62749c6 + 498df6b commit e0e2167

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: julia-actions/setup-julia@v2.0.0
3232
with:
3333
version: ${{ matrix.version }}
34-
- uses: julia-actions/cache@v1
34+
- uses: julia-actions/cache@v2
3535
with:
3636
token: ${{ secrets.GITHUB_TOKEN }}
3737
- uses: julia-actions/julia-buildpkg@v1

.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

0 commit comments

Comments
 (0)