Skip to content

Commit

Permalink
Bump actions/setup-java from v1.4.1 to v1.4.2
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1.4.1 to v1.4.2.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v1.4.1...8bb50d9)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 26, 2020
1 parent 08d754c commit fc7f781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1.4.1
uses: actions/setup-java@v1.4.2
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
Expand Down

0 comments on commit fc7f781

Please sign in to comment.