Skip to content

Commit

Permalink
Bump actions/setup-java from 2.1.0 to 2.3.0 (#84)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.1.0 to 2.3.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v2.1.0...v2.3.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2021
1 parent ff96cad commit 2070f55
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_daily_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
known_hosts: ${{ secrets.KNOWN_HOSTS }}

- name: Set-up JDK 1.8
uses: actions/setup-java@v2.1.0
uses: actions/setup-java@v2.3.0
with:
distribution: zulu
java-version: 8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote_production_100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
known_hosts: ${{ secrets.KNOWN_HOSTS }}

- name: Set-up JDK 1.8
uses: actions/setup-java@v2.1.0
uses: actions/setup-java@v2.3.0
with:
distribution: zulu
java-version: 8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_firebase_app_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
known_hosts: ${{ secrets.KNOWN_HOSTS }}

- name: Set-up JDK 1.8
uses: actions/setup-java@v2.1.0
uses: actions/setup-java@v2.3.0
with:
distribution: zulu
java-version: 8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
known_hosts: ${{ secrets.KNOWN_HOSTS }}

- name: Set-up JDK 1.8
uses: actions/setup-java@v2.1.0
uses: actions/setup-java@v2.3.0
with:
distribution: zulu
java-version: 8
Expand Down

0 comments on commit 2070f55

Please sign in to comment.