From 3d9165eb93397bcdbce81f42ad305b79a15e70cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:13:11 +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) - [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/build.yml | 4 ++-- .github/workflows/go_dependencies.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7357b63..9be31e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: checks: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Go uses: actions/setup-go@v6 @@ -83,7 +83,7 @@ jobs: steps: - name: Checkout repository with full history - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up QEMU uses: docker/setup-qemu-action@v4 diff --git a/.github/workflows/go_dependencies.yml b/.github/workflows/go_dependencies.yml index b7516c6..79f04ce 100644 --- a/.github/workflows/go_dependencies.yml +++ b/.github/workflows/go_dependencies.yml @@ -19,7 +19,7 @@ jobs: client-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: token: ${{ steps.generate_token.outputs.token }}