Skip to content

Commit a705d8b

Browse files
dependabot[bot]michel2323
authored andcommitted
Bump julia-actions/setup-julia from 2 to 3
Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 2 to 3. - [Release notes](https://github.com/julia-actions/setup-julia/releases) - [Commits](julia-actions/setup-julia@v2...v3) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1e6d25 commit a705d8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v2
19+
- uses: julia-actions/setup-julia@v3
2020
with:
2121
version: ${{ steps.julia_compat.outputs.version }}
2222
- name: Install CompatHelper

.github/workflows/Format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
git fetch upstream
2929
3030
- name: Setup Julia
31-
uses: julia-actions/setup-julia@v2
31+
uses: julia-actions/setup-julia@v3
3232
with:
3333
version: '1'
3434
arch: 'x64'

0 commit comments

Comments
 (0)