Skip to content

Commit 0b889e3

Browse files
Update actions/setup-java action to v4.1.0 (#1446)
* Update actions/setup-java action to v4.1.0 * Update build.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jake Wharton <[email protected]>
1 parent eb0b918 commit 0b889e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: macos-latest
4747
steps:
4848
- uses: actions/checkout@v4
49-
- uses: actions/setup-java@v4.0.0
49+
- uses: actions/setup-java@v4
5050
with:
5151
distribution: 'zulu'
5252
java-version: 19

0 commit comments

Comments
 (0)