Skip to content

Commit d481c95

Browse files
authored
Merge pull request #51 from EarthyScience/dependabot/github_actions/julia-actions/setup-julia-2
Bump julia-actions/setup-julia from 1 to 2
2 parents 388892c + f8020c5 commit d481c95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- x64
2626
steps:
2727
- uses: actions/checkout@v4
28-
- uses: julia-actions/setup-julia@v1
28+
- uses: julia-actions/setup-julia@v2
2929
with:
3030
version: ${{ matrix.version }}
3131
arch: ${{ matrix.arch }}
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- uses: actions/checkout@v4
56-
- uses: julia-actions/setup-julia@v1
56+
- uses: julia-actions/setup-julia@v2
5757
with:
5858
version: '1'
5959
- uses: cjdoris/julia-downgrade-compat-action@v1

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: which julia
1717
continue-on-error: true
1818
- name: Install Julia, but only if it is not already available in the PATH
19-
uses: julia-actions/setup-julia@v1
19+
uses: julia-actions/setup-julia@v2
2020
with:
2121
version: '1'
2222
arch: ${{ runner.arch }}

0 commit comments

Comments
 (0)