Skip to content

Commit

Permalink
Bump actions/setup-java from v1.4.2 to v1.4.3 (#7)
Browse files Browse the repository at this point in the history
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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2020
1 parent d8a8579 commit be1575a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Java JDK
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
java-version: 14
- name: Gradle Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Java JDK
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
java-version: 14
- name: Gradle Build
Expand Down

0 comments on commit be1575a

Please sign in to comment.