Skip to content

Commit

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

Bump julia-actions/cache from 1 to 2
  • Loading branch information
ChrisRackauckas authored May 6, 2024
2 parents aa8b3de + f6cd975 commit 5c54835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: x64
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: julia-actions/julia-buildpkg@latest
Expand Down

0 comments on commit 5c54835

Please sign in to comment.