From bef97b6d78bc4319d2d1e3392e26a6f98590d0c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 10:12:38 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/pull_request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 3210007..c5a081a 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -15,7 +15,7 @@ jobs: if: github.event.pull_request.draft == false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: set up JDK 11 uses: actions/setup-java@v4 @@ -70,7 +70,7 @@ jobs: if: github.event.pull_request.draft == false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: set up JDK 11 uses: actions/setup-java@v4 @@ -108,7 +108,7 @@ jobs: if: github.event.pull_request.draft == false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: set up JDK 11 uses: actions/setup-java@v4