Skip to content

Commit d0082d4

Browse files
authored
Merge pull request #15 from EarthyScience/dependabot/github_actions/julia-actions/setup-julia-3
2 parents 057ff1b + 45eb323 commit d0082d4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: which julia
2020
continue-on-error: true
2121
- name: Install Julia, but only if it is not already available in the PATH
22-
uses: julia-actions/setup-julia@v2
22+
uses: julia-actions/setup-julia@v3
2323
with:
2424
version: "1"
2525
arch: ${{ runner.arch }}

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v6
33-
- uses: julia-actions/setup-julia@v2
33+
- uses: julia-actions/setup-julia@v3
3434
with:
3535
version: "1"
3636
- name: Use Julia cache

.github/workflows/ReusableTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- uses: actions/checkout@v6
38-
- uses: julia-actions/setup-julia@v2
38+
- uses: julia-actions/setup-julia@v3
3939
with:
4040
version: ${{ inputs.version }}
4141
arch: ${{ inputs.arch }}

0 commit comments

Comments
 (0)