Skip to content

Commit

Permalink
Merge pull request #804 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 00291ed + 2a4a40d commit 4024e67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -17,7 +17,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/CompatHelper.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
run: which julia
continue-on-error: true
- name: Install Julia, but only if it is not already available in the PATH
uses: julia-actions/setup-julia@v1
uses: julia-actions/setup-julia@v2
with:
version: '1'
arch: ${{ runner.arch }}
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 4024e67

Please sign in to comment.