Skip to content

Commit

Permalink
Merge pull request #23 from SciML/dependabot/github_actions/julia-act…
Browse files Browse the repository at this point in the history
…ions/setup-julia-2

Bump julia-actions/setup-julia from 1 to 2
  • Loading branch information
ChrisRackauckas committed Apr 8, 2024
2 parents d74de24 + 2667aad commit b9a83b1
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 @@ -19,7 +19,7 @@ jobs:
- '1.6'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
- uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Invalidations.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.base_ref == github.event.repository.default_branch
runs-on: ubuntu-latest
steps:
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- uses: actions/checkout@v4
Expand Down

0 comments on commit b9a83b1

Please sign in to comment.