diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 13661e27..3eb5c7cb 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -26,7 +26,7 @@ jobs: - name: ❓ Has access to secrets? id: secrets-check continue-on-error: true - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: ${{ github.event.repository.full_name }} ref: ${{ github.head_ref }} @@ -46,7 +46,7 @@ jobs: steps: - name: 📂 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: ${{ github.event.repository.full_name }} ref: ${{ github.head_ref }}