Skip to content

Commit 998a95e

Browse files
authored
Merge pull request #219 from bric3/renovate/actions-setup-java-5.x
chore(deps): update actions/setup-java action to v5
2 parents dcf3a68 + 82f363c commit 998a95e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
git config --global user.email "[email protected]"
6363
git config --global user.name "$GITHUB_ACTOR"
6464
- name: Setup JVM
65-
uses: actions/setup-java@v4
65+
uses: actions/setup-java@v5
6666
with:
6767
distribution : zulu
6868
java-version: |
@@ -121,7 +121,7 @@ jobs:
121121
with:
122122
fetch-depth: 0
123123
- name: Setup JVM
124-
uses: actions/setup-java@v4
124+
uses: actions/setup-java@v5
125125
with:
126126
distribution : zulu
127127
java-version: |

0 commit comments

Comments
 (0)