Skip to content

Commit 155a8cd

Browse files
authored
Merge pull request #499 from JuliaParallel/dependabot/github_actions/julia-actions/setup-julia-2
build(deps): bump julia-actions/setup-julia from 1 to 2
2 parents 54293a0 + 70842e0 commit 155a8cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run : |
1717
version=$(grep '^julia = ' Project.toml | grep -o '".*"' | cut -d '"' -f2)
1818
echo "::set-output name=version::$version"
19-
- uses: julia-actions/setup-julia@v1
19+
- uses: julia-actions/setup-julia@v2
2020
with:
2121
version: ${{ steps.julia_compat.outputs.version }}
2222
- name: Install CompatHelper

.github/workflows/CustomCommands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fi
1919
2020
- uses: actions/checkout@v4
21-
- uses: julia-actions/setup-julia@v1
21+
- uses: julia-actions/setup-julia@v2
2222
with:
2323
version: '1.9'
2424
arch: 'x64'

0 commit comments

Comments
 (0)