Skip to content

Commit 45d77fb

Browse files
authored
Merge pull request #11 from JuliaSIMD/dependabot/github_actions/julia-actions/setup-julia-2
Bump julia-actions/setup-julia from 1 to 2
2 parents 526f8cb + 9c161d3 commit 45d77fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
arch: x86
2626
steps:
2727
- uses: actions/checkout@v4
28-
- uses: julia-actions/setup-julia@v1
28+
- uses: julia-actions/setup-julia@v2
2929
with:
3030
version: ${{ matrix.version }}
3131
arch: ${{ matrix.arch }}
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- uses: actions/checkout@v4
53-
- uses: julia-actions/setup-julia@v1
53+
- uses: julia-actions/setup-julia@v2
5454
with:
5555
version: '1'
5656
- run: |

0 commit comments

Comments
 (0)