Skip to content

Commit 18f3daf

Browse files
authored
Merge pull request #15 from JuliaDebug/dependabot/github_actions/julia-actions/install-juliaup-2
Bump julia-actions/install-juliaup from 1 to 2
2 parents 10b8ff2 + 5a37f47 commit 18f3daf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
julia-version: ['1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9', '1.10', '1.11']
14+
channel: ['1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9', '1.10', '1.11']
1515
os: [ubuntu-latest]
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: julia-actions/install-juliaup@v1
18+
- uses: julia-actions/install-juliaup@v2
1919
with:
20-
julia-version: ${{matrix.julia-version}}
20+
channel: ${{matrix.channel}}
2121
- uses: actions/cache@v4
2222
env:
2323
cache-name: cache-artifacts

0 commit comments

Comments
 (0)