From c48ca01b6dccc15250c8ae7fea3672e8b31f1ddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 17:23:16 +0000 Subject: [PATCH] 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) - [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/release-showbridge.yaml | 14 +++++++------- .github/workflows/test-showbridge.yaml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-showbridge.yaml b/.github/workflows/release-showbridge.yaml index 0a2f169..fe325b3 100644 --- a/.github/workflows/release-showbridge.yaml +++ b/.github/workflows/release-showbridge.yaml @@ -17,7 +17,7 @@ jobs: short_commit: ${{ steps.set_commit.outputs.short_commit }} steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: set environment variables @@ -45,7 +45,7 @@ jobs: SHORT_COMMIT: ${{ needs.setup_release.outputs.short_commit }} steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: setup go @@ -79,7 +79,7 @@ jobs: SHORT_COMMIT: ${{ needs.setup_release.outputs.short_commit }} steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: setup go @@ -113,7 +113,7 @@ jobs: SHORT_COMMIT: ${{ needs.setup_release.outputs.short_commit }} steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: setup go @@ -153,7 +153,7 @@ jobs: SHORT_COMMIT: ${{ needs.setup_release.outputs.short_commit }} steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: setup go @@ -185,7 +185,7 @@ jobs: SHORT_COMMIT: ${{ needs.setup_release.outputs.short_commit }} steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: setup go @@ -215,7 +215,7 @@ jobs: if: github.ref_type == 'tag' && github.event_name != 'workflow_dispatch' steps: - name: Check out repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up QEMU uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0 diff --git a/.github/workflows/test-showbridge.yaml b/.github/workflows/test-showbridge.yaml index 7f9b91c..a5f7adf 100644 --- a/.github/workflows/test-showbridge.yaml +++ b/.github/workflows/test-showbridge.yaml @@ -26,7 +26,7 @@ jobs: - name: Install alsa run: sudo apt-get install -y libasound2-dev - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-go@v6 with: go-version-file: "go.mod"