Skip to content

Commit 5cafffe

Browse files
renovate[bot]renovate-botaugi
authored
chore(deps): update actions/setup-java action to v2 (#288)
* chore(deps): update actions/setup-java action to v2 * fix * fix Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Michal Augustýn <[email protected]>
1 parent 2855e12 commit 5cafffe

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Set up JDK 1.8
11-
uses: actions/setup-java@v1
11+
uses: actions/setup-java@v2
1212
with:
13-
java-version: 1.8
13+
java-version: 8
14+
distribution: 'adopt'
1415
- name: Grant execute permission for gradlew
1516
run: chmod +x gradlew
1617
- name: Check with Gradle

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Set up JDK 1.8
11-
uses: actions/setup-java@v1
11+
uses: actions/setup-java@v2
1212
with:
13-
java-version: 1.8
13+
java-version: 8
14+
distribution: 'adopt'
1415
- name: Grant execute permission for gradlew
1516
run: chmod +x gradlew
1617
- name: Check with Gradle

0 commit comments

Comments
 (0)