Skip to content

Commit 9c19b83

Browse files
authored
Merge pull request #102 from JuliaComputing/dependabot/github_actions/julia-actions/setup-julia-2
Bump julia-actions/setup-julia from 1 to 2
2 parents 4e2bce9 + fc1de97 commit 9c19b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v6
11-
- uses: julia-actions/setup-julia@v1
11+
- uses: julia-actions/setup-julia@v2
1212
with:
1313
version: '1.11'
1414
- uses: actions/cache@v5

0 commit comments

Comments
 (0)