From 69f6a640e9153e8a7f982fa85a08fd672116dea4 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 09:57:23 +0000 Subject: [PATCH] Update actions/setup-java action to v5 --- .github/workflows/prioritize.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prioritize.yml b/.github/workflows/prioritize.yml index 24c30bbac..0c91f6297 100644 --- a/.github/workflows/prioritize.yml +++ b/.github/workflows/prioritize.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up JDK - uses: actions/setup-java@v2 + uses: actions/setup-java@v5 with: java-version: '8' distribution: 'adopt'