Skip to content

Commit 1a1990c

Browse files
Bump julia-actions/setup-julia from 1 to 2 (#205)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 182b14f commit 1a1990c

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
@@ -35,7 +35,7 @@ jobs:
3535
arch: aarch64
3636
steps:
3737
- uses: actions/checkout@v4
38-
- uses: julia-actions/setup-julia@v1
38+
- uses: julia-actions/setup-julia@v2
3939
with:
4040
version: ${{ matrix.version }}
4141
arch: ${{ matrix.arch }}
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- uses: actions/checkout@v4
55-
- uses: julia-actions/setup-julia@v1
55+
- uses: julia-actions/setup-julia@v2
5656
with:
5757
version: '1'
5858
- uses: julia-actions/julia-buildpkg@v1

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- {user: JuliaWeb, repo: HTTP.jl, group: TranscodingStreams}
3333
steps:
3434
- uses: actions/checkout@v4
35-
- uses: julia-actions/setup-julia@v1
35+
- uses: julia-actions/setup-julia@v2
3636
with:
3737
version: ${{ matrix.julia-version }}
3838
arch: x64

0 commit comments

Comments
 (0)