Skip to content

Commit 392c7c9

Browse files
chore(deps): update actions/setup-java action to v4.7.0 (#1411)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0007365 commit 392c7c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Setup Java
15-
uses: actions/setup-java@v4.5.0
15+
uses: actions/setup-java@v4.7.0
1616
with:
1717
distribution: 'temurin'
1818
java-version: '17'

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Setup Java
25-
uses: actions/setup-java@v4.5.0
25+
uses: actions/setup-java@v4.7.0
2626
with:
2727
distribution: 'temurin'
2828
java-version: '17'

.github/workflows/upload-javadoc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Setup Java
15-
uses: actions/setup-java@v4.5.0
15+
uses: actions/setup-java@v4.7.0
1616
with:
1717
distribution: 'temurin'
1818
java-version: '17'

0 commit comments

Comments
 (0)