Skip to content

Commit 9149b68

Browse files
dependabot[bot]akurtakov
authored andcommitted
Bump actions/setup-java from 4.1.0 to 4.2.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@9704b39...5896cec) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aef79b2 commit 9149b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
git lfs pull --include='/binaries/org.eclipse.swt.win32.win32.x86_64/WebView2Loader.dll'
5050
if: ${{ matrix.config.native == 'win32.win32.x86_64'}}
5151
- name: Set up Java ${{ matrix.java }}
52-
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
52+
uses: actions/setup-java@5896cecc08fd8a1fbdfaf517e29b571164b031f7 # v4.2.0
5353
with:
5454
java-version: ${{ matrix.java }}
5555
distribution: 'temurin'

0 commit comments

Comments
 (0)