Skip to content

Commit ffc447f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v6
3030
# Using `juliaup` over `setup-julia` so we can access beta versions easier
31-
- uses: julia-actions/install-juliaup@v2
31+
- uses: julia-actions/install-juliaup@v3
3232
with:
3333
channel: ${{ matrix.version }}
3434
- uses: julia-actions/cache@v3

0 commit comments

Comments
 (0)