From 8b88f908063a27dfa60f0329fbaf8da9dea16334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:52:45 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7759a6468e..0220d7614a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: ci_image_version: ${{ steps.set-ci-image-version.outputs.ci_image_version }} steps: - name: Clone the repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Read CI Image Version id: set-ci-image-version @@ -34,7 +34,7 @@ jobs: - name: Clone the repo with: submodules: recursive - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run CI script # The script also runs golang-ci but it's ok: doesn't take too long and may be useful # to keep its linter errors in this log, too. @@ -51,7 +51,7 @@ jobs: project: [Chromium, WebKit] name: Playwright (${{ matrix.project }}) steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download simulator v9.24.0 from simulators.json run: | @@ -120,7 +120,7 @@ jobs: image: shiftcrypto/bitbox-wallet-app:${{ needs.setup-env.outputs.ci_image_version }} steps: - name: Clone the repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Enable caching uses: actions/cache@v5 with: @@ -151,7 +151,7 @@ jobs: artifact-url-rpm: ${{ steps.upload-rpm.outputs.artifact-url }} steps: - name: Clone the repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive - name: Build Qt-Linux @@ -185,7 +185,7 @@ jobs: artifact-url: ${{ steps.upload.outputs.artifact-url }} steps: - name: Clone the repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive - name: Install Go @@ -243,7 +243,7 @@ jobs: GO_SRC_DIR: src/github.com/BitBoxSwiss/bitbox-wallet-app steps: - name: Clone the repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive - name: Install Go @@ -278,7 +278,7 @@ jobs: MINGW_BIN: /C/mingw64/bin steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive - name: Install Node.js @@ -324,7 +324,7 @@ jobs: if: ${{ !cancelled() && github.event_name == 'push' }} steps: - name: Clone the repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Create vars @@ -371,7 +371,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Clone the repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive - name: Install Go