Skip to content

Commit f223c09

Browse files
Bump actions/setup-java from v1.4.2 to v1.4.3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1.4.2 to v1.4.3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v1.4.2...d202f5d) Signed-off-by: dependabot[bot] <support@github.com>
1 parent c9c7295 commit f223c09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
restore-keys: |
4040
${{ runner.os }}-maven-
4141
- name: Set up JDK ${{ matrix.java }}
42-
uses: actions/setup-java@v1.4.2
42+
uses: actions/setup-java@v1.4.3
4343
with:
4444
java-version: ${{ matrix.java }}
4545
- name: Build with Maven

0 commit comments

Comments
 (0)