Skip to content

Commit 6087e0f

Browse files
Bump julia-actions/setup-julia from 1 to 2 (#9)
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) - [Changelog](https://github.com/julia-actions/setup-julia/blob/master/devdocs/making_a_new_release.md) - [Commits](julia-actions/setup-julia@v1...v2) --- updated-dependencies: - dependency-name: julia-actions/setup-julia dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a86bc47 commit 6087e0f

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
@@ -23,7 +23,7 @@ jobs:
2323
# packages such as PyPlot.
2424
# - run: pip install matplotlib
2525
- name: Install Julia
26-
uses: julia-actions/setup-julia@v1
26+
uses: julia-actions/setup-julia@v2
2727
with:
2828
version: '1' # Latest stable Julia release.
2929
# NOTE

0 commit comments

Comments
 (0)