From 9728a4d78291231e98b7a023ee35ca93c01463d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:22:26 +0000 Subject: [PATCH] chore(.github/workflows): update actions/checkout action to v6 --- .github/workflows/auto-label--hydrate-manifests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-label--hydrate-manifests.yaml b/.github/workflows/auto-label--hydrate-manifests.yaml index 8211069..0fb61f9 100644 --- a/.github/workflows/auto-label--hydrate-manifests.yaml +++ b/.github/workflows/auto-label--hydrate-manifests.yaml @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.ref }} token: ${{ secrets.GITHUB_TOKEN }}