-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/setup-java from v1 to v2 (#48)
* Bump actions/setup-java from v1 to v2 Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1 to v2. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v1...8764a52) Signed-off-by: dependabot[bot] <[email protected]> * Fix Java GH action Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michał Sikora <[email protected]>
- Loading branch information
1 parent
283e793
commit 32cfc88
Showing
4 changed files
with
36 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,12 +11,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repo | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.4 | ||
|
||
- name: Configure JDK | ||
uses: actions/setup-java@v1 | ||
uses: actions/setup-java@v2.0.0 | ||
with: | ||
java-version: 15 | ||
distribution: adopt | ||
java-version: 16 | ||
|
||
- name: Cache Gradle Dirs | ||
uses: actions/[email protected] | ||
|
@@ -39,12 +40,12 @@ jobs: | |
|
||
- name: Extract Release Notes | ||
id: release-notes | ||
uses: ffurrer2/extract-release-notes@v1 | ||
uses: ffurrer2/extract-release-notes@v1.5.0 | ||
with: | ||
changelog_file: ./docs/changelog.md | ||
|
||
- name: Create GitHub Release | ||
uses: softprops/action-gh-release@v1 | ||
uses: softprops/action-gh-release@v0.1.5 | ||
with: | ||
body: ${{ steps.release-notes.outputs.release_notes }} | ||
files: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,12 +14,13 @@ jobs: | |
uses: styfle/[email protected] | ||
|
||
- name: Checkout Repo | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.4 | ||
|
||
- name: Configure JDK | ||
uses: actions/setup-java@v1 | ||
uses: actions/setup-java@v2.0.0 | ||
with: | ||
java-version: 15 | ||
distribution: adopt | ||
java-version: 16 | ||
|
||
- name: Cache Gradle Dirs | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,12 +20,13 @@ jobs: | |
runs-on: macos-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.4 | ||
|
||
- name: Configure JDK | ||
uses: actions/setup-java@v1 | ||
uses: actions/setup-java@v2.0.0 | ||
with: | ||
java-version: 15 | ||
distribution: adopt | ||
java-version: 16 | ||
|
||
- name: Cache Gradle Dirs | ||
uses: actions/[email protected] | ||
|
@@ -37,7 +38,7 @@ jobs: | |
restore-keys: cache-gradle- | ||
|
||
- name: Run Tests | ||
uses: reactivecircus/android-emulator-runner@v2 | ||
uses: reactivecircus/android-emulator-runner@v2.15.0 | ||
with: | ||
api-level: 29 | ||
script: ./gradlew connectedCheck --stacktrace | ||
|
@@ -53,12 +54,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repo | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.4 | ||
|
||
- name: Configure JDK | ||
uses: actions/setup-java@v1 | ||
uses: actions/setup-java@v2.0.0 | ||
with: | ||
java-version: 15 | ||
distribution: adopt | ||
java-version: 16 | ||
|
||
- name: Cache Gradle Dirs | ||
uses: actions/[email protected] | ||
|
@@ -81,12 +83,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repo | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.4 | ||
|
||
- name: Configure JDK | ||
uses: actions/setup-java@v1 | ||
uses: actions/setup-java@v2.0.0 | ||
with: | ||
java-version: 15 | ||
distribution: adopt | ||
java-version: 16 | ||
|
||
- name: Cache Gradle Dirs | ||
uses: actions/[email protected] | ||
|
@@ -109,12 +112,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repo | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.4 | ||
|
||
- name: Configure JDK | ||
uses: actions/setup-java@v1 | ||
uses: actions/setup-java@v2.0.0 | ||
with: | ||
java-version: 15 | ||
distribution: adopt | ||
java-version: 16 | ||
|
||
- name: Cache Gradle Dirs | ||
uses: actions/[email protected] | ||
|
@@ -137,12 +141,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repo | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v2.3.4 | ||
|
||
- name: Configure JDK | ||
uses: actions/setup-java@v1 | ||
uses: actions/setup-java@v2.0.0 | ||
with: | ||
java-version: 15 | ||
distribution: adopt | ||
java-version: 16 | ||
|
||
- name: Cache Gradle Dirs | ||
uses: actions/[email protected] | ||
|