Skip to content

Commit bd6179a

Browse files
authored
Merge pull request #1055 from JuliaImages/dependabot/github_actions/julia-actions/setup-julia-2
Bump julia-actions/setup-julia from 1 to 2
2 parents 6a0c70d + 0db925b commit bd6179a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/UnitTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v4
4141
- name: "Set up Julia"
42-
uses: julia-actions/setup-julia@v1
42+
uses: julia-actions/setup-julia@v2
4343
with:
4444
version: ${{ matrix.version }}
4545
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)