From 9e3885b9f84793bdbcb8357d4ef06cb4cf5c9bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:12:57 +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/check-owners.yaml | 2 +- .github/workflows/releasability.yaml | 2 +- .github/workflows/release-note.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-owners.yaml b/.github/workflows/check-owners.yaml index ecf2862d..53a7a783 100644 --- a/.github/workflows/check-owners.yaml +++ b/.github/workflows/check-owners.yaml @@ -14,7 +14,7 @@ jobs: outputs: repos: ${{ steps.set-matrix.outputs.repos }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - id: set-matrix run: | set -x diff --git a/.github/workflows/releasability.yaml b/.github/workflows/releasability.yaml index 982937f2..23eb7f90 100644 --- a/.github/workflows/releasability.yaml +++ b/.github/workflows/releasability.yaml @@ -53,7 +53,7 @@ jobs: run: go install knative.dev/toolbox/buoy@main - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ inputs.repo }} fetch-depth: 0 diff --git a/.github/workflows/release-note.yaml b/.github/workflows/release-note.yaml index 33a22101..62fe99bb 100644 --- a/.github/workflows/release-note.yaml +++ b/.github/workflows/release-note.yaml @@ -55,7 +55,7 @@ jobs: run: go install k8s.io/release/cmd/release-notes@latest - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # fetch-depth of 0 indicates all history for all branches and tags. fetch-depth: 0