From 529cbe7f809cc0da18d8cbd4383d97e3aa08f15c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:36:46 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.2 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.2. - [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/11bd71901bbe5b1630ceea73d27597364c9af683...de0fac2e4500dabe0009e67214ff5f5447ce83dd) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- .github/workflows/update-major-go-deps.yaml | 2 +- .github/workflows/update-tools.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c4e89c2..e931578 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup go environment uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ae19ad6..a42a6eb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: echo "${{ inputs.version }}" | grep '^v[0-9][0-9]*.[0-9][0-9]*.[0-9][0-9]*$' - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 # We have to use credentials other than standard github-actions to give permission for the workflow to @@ -67,7 +67,7 @@ jobs: - changelog steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: # Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job, # to ensure we get the correct commit diff --git a/.github/workflows/update-major-go-deps.yaml b/.github/workflows/update-major-go-deps.yaml index baba0de..6b55d4b 100644 --- a/.github/workflows/update-major-go-deps.yaml +++ b/.github/workflows/update-major-go-deps.yaml @@ -12,7 +12,7 @@ jobs: permissions: {} steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: token: "${{ secrets.RELEASE_TOKEN }}" diff --git a/.github/workflows/update-tools.yaml b/.github/workflows/update-tools.yaml index e18ff73..7f48ad8 100644 --- a/.github/workflows/update-tools.yaml +++ b/.github/workflows/update-tools.yaml @@ -21,7 +21,7 @@ jobs: permissions: {} steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: token: "${{ secrets.RELEASE_TOKEN }}"