From afcf683443443a75654c0120e4fda92f6b8add8d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 21 Aug 2025 20:32:55 +0000 Subject: [PATCH] Update actions/setup-java action to v5 --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 6aead52c..01eda4c7 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -71,7 +71,7 @@ jobs: with: filters: "Pipelines:\n - 'pipelines/**' \n" - name: Set up JDK 11 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '11' distribution: 'temurin'