Skip to content

Commit 4a4a39c

Browse files
authored
Merge pull request #3607 from 1c-syntax/dependabot/github_actions/actions/setup-java-5
build(deps): bump actions/setup-java from 4 to 5
2 parents ebae6e2 + e2548fc commit 4a4a39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-bootJar-on-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fetch-tags: true
4848

4949
- name: Set up JDK 17 (Corretto) with Gradle cache
50-
uses: actions/setup-java@v4
50+
uses: actions/setup-java@v5
5151
with:
5252
distribution: 'corretto'
5353
java-version: '17'

0 commit comments

Comments
 (0)