Skip to content

Commit 7a758e8

Browse files
Bump julia-actions/install-juliaup from 2 to 3 (#84)
1 parent 96ed588 commit 7a758e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
submodules: recursive
2626

2727
- name: Set up Julia
28-
uses: julia-actions/install-juliaup@v2
28+
uses: julia-actions/install-juliaup@v3
2929
with:
3030
channel: "lts"
3131

@@ -200,7 +200,7 @@ jobs:
200200
submodules: recursive
201201

202202
- name: Set up Julia
203-
uses: julia-actions/install-juliaup@v2
203+
uses: julia-actions/install-juliaup@v3
204204
with:
205205
channel: ${{ matrix.julia-version }}
206206

0 commit comments

Comments
 (0)