From 4a2a4cb52c2e96a74f74bc0ae0fa25b2b5c61f6c Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 26 Sep 2024 06:01:56 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v4 --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 5e9e1cf..3319d5a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 21 - uses: actions/setup-java@v1 + uses: actions/setup-java@v4 with: java-version: 21 - name: Cache SonarQube packages