Skip to content

Commit

Permalink
misc(ci): bump gradle setup GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtificialPB committed Dec 23, 2024
1 parent efde9b5 commit 4ab20d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/environment-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4ab20d6

Please sign in to comment.