Skip to content

Commit b6f3772

Browse files
Update actions/setup-java action to v4.7.0
1 parent 9ed9768 commit b6f3772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle-test-build-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Set up Java
30-
uses: actions/setup-java@v4.6.0
30+
uses: actions/setup-java@v4.7.0
3131
with:
3232
distribution: 'adopt'
3333
java-version: '17'

.github/workflows/gradle-test-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Set up Java
27-
uses: actions/setup-java@v4.6.0
27+
uses: actions/setup-java@v4.7.0
2828
with:
2929
distribution: 'adopt'
3030
java-version: '17'

0 commit comments

Comments
 (0)