Skip to content

Commit 6ff98e2

Browse files
chore(deps): bump julia-actions/install-juliaup from 2 to 3 (#170)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef9cf03 commit 6ff98e2

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
@@ -14,7 +14,7 @@ jobs:
1414
os: [ubuntu-latest]
1515
steps:
1616
- uses: actions/checkout@v6
17-
- uses: julia-actions/install-juliaup@v2
17+
- uses: julia-actions/install-juliaup@v3
1818
with:
1919
channel: ${{matrix.channel}}
2020
- uses: julia-actions/cache@v2

0 commit comments

Comments
 (0)