From 08d5f0cd563962e227f9d6233a2f8e6bf22d3128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 23:33: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) - [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/cherry-pick-staging.yml | 2 +- .github/workflows/continuous-integration.yml | 2 +- .github/workflows/release-create.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cherry-pick-staging.yml b/.github/workflows/cherry-pick-staging.yml index ca2699f..0706027 100644 --- a/.github/workflows/cherry-pick-staging.yml +++ b/.github/workflows/cherry-pick-staging.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout main - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: main fetch-depth: 2 diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e779c09..7941e09 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Configure Go uses: actions/setup-go@v6 diff --git a/.github/workflows/release-create.yml b/.github/workflows/release-create.yml index 5e276f0..51e5496 100644 --- a/.github/workflows/release-create.yml +++ b/.github/workflows/release-create.yml @@ -23,7 +23,7 @@ jobs: contents: write steps: - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: "${{ inputs.branch }}"