Skip to content

Commit d3bf4c1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
version: "1.9"

0 commit comments

Comments
 (0)