From 5aa136771c42a4380711c704d381ab91ea6a4447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:15:04 +0000 Subject: [PATCH] Bump the all group across 1 directory with 3 updates Bumps the all group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [viperproject/create-nightly-release](https://github.com/viperproject/create-nightly-release). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) Updates `viperproject/create-nightly-release` from 1 to 2 - [Release notes](https://github.com/viperproject/create-nightly-release/releases) - [Commits](https://github.com/viperproject/create-nightly-release/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: viperproject/create-nightly-release dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/update-submodules.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4eebe430..03bc11714 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: # Checkout Silicon (note: all checkouts delete the contents of their working directory) - name: Checkout Silicon - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true @@ -45,7 +45,7 @@ jobs: # Cache path is relative to the directory in which sbt is invoked run: echo "SBT_OPTS=-Dsbt.global.base=sbt-cache/.sbtboot -Dsbt.boot.directory=sbt-cache/.boot -Dsbt.ivy.home=sbt-cache/.ivy" >> $GITHUB_ENV - name: Cache sbt - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | sbt-cache/.sbtboot @@ -85,7 +85,7 @@ jobs: steps: # Checkout Silicon (deletes content of working directory) - name: Checkout Silicon - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true @@ -138,7 +138,7 @@ jobs: - name: Create a snapshot release on GitHub (with source assets) id: create_snapshot_release - uses: viperproject/create-nightly-release@v1 + uses: viperproject/create-nightly-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index d46251ac3..a227c873f 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true