Skip to content

Commit 601bf3d

Browse files
Bump actions/setup-java from v1.4.0 to v1.4.1
Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1.4.0 to v1.4.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v1.4.0...3019d15) Signed-off-by: dependabot[bot] <support@github.com>
1 parent c31858b commit 601bf3d

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.0
42+
uses: actions/setup-java@v1.4.1
4343
with:
4444
java-version: ${{ matrix.java }}
4545
- name: Build with Maven

0 commit comments

Comments
 (0)