Skip to content

Commit

Permalink
Merge pull request #248 from SciML/dependabot/github_actions/julia-ac…
Browse files Browse the repository at this point in the history
…tions/cache-2

build(deps): bump julia-actions/cache from 1 to 2
  • Loading branch information
ChrisRackauckas committed May 7, 2024
2 parents 62749c6 + 498df6b commit e0e2167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: julia-actions/setup-julia@v2.0.0
with:
version: ${{ matrix.version }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: julia-actions/julia-buildpkg@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Downgrade.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: julia-actions/julia-downgrade-compat@v1
with:
skip: Pkg,TOML
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: julia-actions/julia-buildpkg@v1
Expand Down

0 comments on commit e0e2167

Please sign in to comment.