From a8181ec677a1eee87b09f3c397762603d0ddb790 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 14:16:58 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/pr-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 8aa0f09..55e9690 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout Project - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up JDK 17 uses: actions/setup-java@v4