From 59872ffde06a38c6b2fbb10f9991b762cf261462 Mon Sep 17 00:00:00 2001 From: "unity-renovate[bot]" <120015202+unity-renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:22:51 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/pr-verification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-verification.yml b/.github/workflows/pr-verification.yml index d311231fc3..866a1aa344 100644 --- a/.github/workflows/pr-verification.yml +++ b/.github/workflows/pr-verification.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Check PR description uses: actions/github-script@v7