Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Commit

Permalink
Bump AdoptOpenJDK/install-jdk from 1 to 1.1.1 (#38)
Browse files Browse the repository at this point in the history
Bumps [AdoptOpenJDK/install-jdk](https://github.com/AdoptOpenJDK/install-jdk) from 1 to 1.1.1.
- [Release notes](https://github.com/AdoptOpenJDK/install-jdk/releases)
- [Commits](AdoptOpenJDK/install-jdk@v1...v1.1.1)

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 May 12, 2021
1 parent 774f604 commit abb2648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v2

- name: ☕ Install OpenJDK
uses: AdoptOpenJDK/install-jdk@v1
uses: AdoptOpenJDK/install-jdk@v1.1.1
with:
version: '11'
architecture: x64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
uses: actions/checkout@v2

- name: ☕ Install OpenJDK
uses: AdoptOpenJDK/install-jdk@v1
uses: AdoptOpenJDK/install-jdk@v1.1.1
with:
version: '11'
architecture: x64

- name: 📚 Install jpackage
uses: AdoptOpenJDK/install-jdk@v1
uses: AdoptOpenJDK/install-jdk@v1.1.1
with:
version: '15'
architecture: x64
Expand Down

0 comments on commit abb2648

Please sign in to comment.