From 4ae198f1cf4c698385b9f88e5ee139023c6be778 Mon Sep 17 00:00:00 2001 From: "renovate-self-hosted-apter[bot]" <123806997+renovate-self-hosted-apter[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 01:23:08 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v5 --- .github/workflows/GitHubUserFinder.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/GitHubUserFinder.yml b/.github/workflows/GitHubUserFinder.yml index f454171..d653cfd 100644 --- a/.github/workflows/GitHubUserFinder.yml +++ b/.github/workflows/GitHubUserFinder.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Set up JDK - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v5.0.0 with: distribution: corretto java-version: 18 @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v4 - name: Set up JDK - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v5.0.0 with: distribution: corretto java-version: 18 @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@v4 - name: Set up JDK - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v5.0.0 with: distribution: corretto java-version: 18