Skip to content

Commit

Permalink
[CI] Fix setup-julia action to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Nov 3, 2023
1 parent 0bb0dce commit 662f606
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: julia-actions/setup-julia@latest
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia_version }}

Expand Down Expand Up @@ -526,7 +526,7 @@ jobs:
env:
MPIWrapper: ${{matrix.MPIWrapper}}

- uses: julia-actions/setup-julia@latest
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia_version }}

Expand Down Expand Up @@ -571,7 +571,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: julia-actions/setup-julia@latest
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia_version }}

Expand Down

0 comments on commit 662f606

Please sign in to comment.