Skip to content

Commit

Permalink
Merge pull request #70 from JuliaMath/dependabot/github_actions/julia…
Browse files Browse the repository at this point in the history
…-actions/setup-julia-2

Bump julia-actions/setup-julia from 1 to 2
  • Loading branch information
milankl authored Apr 11, 2024
2 parents 073ddc4 + e46da3c commit e01e68d
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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
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

0 comments on commit e01e68d

Please sign in to comment.