diff --git a/.github/workflows/address-review-comments.yaml b/.github/workflows/address-review-comments.yaml index ceda472cf259..747053903823 100644 --- a/.github/workflows/address-review-comments.yaml +++ b/.github/workflows/address-review-comments.yaml @@ -33,7 +33,7 @@ jobs: echo "branch=$(jq -r '.head.ref' /tmp/pr.json)" >> "$GITHUB_OUTPUT" echo "repo=$(jq -r '.head.repo.full_name' /tmp/pr.json)" >> "$GITHUB_OUTPUT" - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: ${{ steps.pr.outputs.branch }} repository: ${{ steps.pr.outputs.repo }}