From 4ab20d6221c8087adc9806049c858556fbb00563 Mon Sep 17 00:00:00 2001 From: ArtificialPB Date: Mon, 23 Dec 2024 16:53:44 +0100 Subject: [PATCH] misc(ci): bump gradle setup GH action --- .github/actions/environment-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/environment-setup/action.yml b/.github/actions/environment-setup/action.yml index f6fca92..8f960f8 100644 --- a/.github/actions/environment-setup/action.yml +++ b/.github/actions/environment-setup/action.yml @@ -12,7 +12,7 @@ runs: java-package: jdk distribution: "temurin" - - uses: gradle/actions/setup-gradle@v3 + - uses: gradle/actions/setup-gradle@v4 with: # Only write to the cache for builds on the 'master' branch. (Default is 'main'.) # Builds on other branches will only read existing entries from the cache.