From 4deb5851fae7fe9d52167bf491c0a772e04a5beb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:53:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/pr-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}