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