From f81ba696deeafbfe82712dfa4fc90b7a3678a6b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 22:01:08 +0000 Subject: [PATCH] infra: 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](https://github.com/julia-actions/install-juliaup/compare/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] --- .github/workflows/benchmark.yml | 2 +- .github/workflows/python-package.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 9e485a5..261aeb3 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - name: Install juliaup - uses: julia-actions/install-juliaup@v2.1.2 + uses: julia-actions/install-juliaup@v3 with: channel: '1' - name: Update Julia registry diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index c8b4145..96c987c 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - name: Install juliaup - uses: julia-actions/install-juliaup@v2 + uses: julia-actions/install-juliaup@v3 with: channel: '1' - name: Update Julia registry