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 }}