Skip to content

Commit

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

Bump julia-actions/setup-julia from 1 to 2
  • Loading branch information
ChrisRackauckas committed Apr 8, 2024
2 parents 71b39e7 + d954dc2 commit f21a1da
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 @@ -21,7 +21,7 @@ jobs:
- '1'
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 f21a1da

Please sign in to comment.