diff --git a/.github/workflows/audit-pr.yml b/.github/workflows/audit-pr.yml index 9bc2141..3dd04f6 100644 --- a/.github/workflows/audit-pr.yml +++ b/.github/workflows/audit-pr.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout PR head - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 @@ -180,7 +180,7 @@ jobs: core.setOutput('head_sha', pr.data.head.sha); - name: Checkout PR head - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ steps.pr.outputs.head_sha }} fetch-depth: 0