From 0238cef3b7786bb53d8d389e04ec0cd82daff6ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 04:23:54 +0000 Subject: [PATCH] chore(deps): Bump VirtusLab/scala-cli-setup from 1 to 1.15.0 Bumps [VirtusLab/scala-cli-setup](https://github.com/virtuslab/scala-cli-setup) from 1 to 1.15.0. - [Release notes](https://github.com/virtuslab/scala-cli-setup/releases) - [Commits](https://github.com/virtuslab/scala-cli-setup/compare/v1...v1.15.0) --- updated-dependencies: - dependency-name: VirtusLab/scala-cli-setup dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9f6c6a..c1adca3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: sudo apt-get install -y apptainer apptainer --version - name: Setup JDK + Scala CLI - uses: VirtusLab/scala-cli-setup@v1 + uses: VirtusLab/scala-cli-setup@v1.15.0 with: { jvm: 'temurin:21' } - name: Build image run: | @@ -164,7 +164,7 @@ jobs: if [ "${{ github.ref_type }}" = "tag" ]; then echo "tag=${{ github.ref_name }}" >> "$GITHUB_OUTPUT"; else echo "tag=${{ inputs.version }}" >> "$GITHUB_OUTPUT"; fi - name: Setup JDK + Scala CLI - uses: VirtusLab/scala-cli-setup@v1 + uses: VirtusLab/scala-cli-setup@v1.15.0 with: { jvm: 'temurin:21' } # Rename the built sifs to immutable, content-addressed asset names and (re)generate the # lockfile mapping each image+arch to its sha256 + asset. Seeded from the prior lockfile on