Skip to content

Commit

Permalink
chore(deps): bump actions/setup-java from 3.11.0 to 3.12.0 (#3461)
Browse files Browse the repository at this point in the history
* chore(deps): bump actions/setup-java from 3.11.0 to 3.12.0

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@5ffc13f...cd89f46)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update .github/workflows/amplify_integration_tests.yaml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Travis Sheppard <[email protected]>
  • Loading branch information
dependabot[bot] and Travis Sheppard authored Jul 27, 2023
1 parent abe29bd commit f77bf66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/amplify_canaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
flutter-version: ${{ matrix.flutter-version }}

# Flutter requires Java 11 to build android apps with Gradle.
- uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # 3.11.0
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
with:
distribution: "corretto" # Amazon Corretto Build of OpenJDK
java-version: "11"
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
flutter-version: ${{ matrix.flutter-version }}

# Flutter requires Java 11 to build android apps with Gradle.
- uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # 3.11.0
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
with:
distribution: "corretto" # Amazon Corretto Build of OpenJDK
java-version: "11"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
submodules: true

# Flutter requires Java 11 to build android apps with Gradle.
- uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # 3.6.0
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
with:
distribution: "corretto" # Amazon Corretto Build of OpenJDK
java-version: "11"
Expand Down

0 comments on commit f77bf66

Please sign in to comment.