Skip to content

Commit 2bfbebf

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

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@5896cecc08fd8a1fbdfaf517e29b571164b031f7 # v4.2.0
52+
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
5353
with:
5454
java-version: ${{ matrix.java }}
5555
distribution: 'temurin'

0 commit comments

Comments
 (0)