Skip to content

Commit

Permalink
Bump actions/setup-java from 2.3.1 to 2.4.0 (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2021
1 parent 4fcd850 commit 4c203d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 and configure JDK 11
uses: actions/setup-java@v2.3.1
uses: actions/setup-java@v2.4.0
with:
distribution: zulu
java-version: 11
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 and configure JDK 11
uses: actions/setup-java@v2.3.1
uses: actions/setup-java@v2.4.0
with:
distribution: zulu
java-version: 11
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 and configure JDK 11
uses: actions/setup-java@v2.3.1
uses: actions/setup-java@v2.4.0
with:
distribution: zulu
java-version: 11
Expand Down

0 comments on commit 4c203d4

Please sign in to comment.