Skip to content

Commit 4f7f8fa

Browse files
authored
Merge pull request #68 from AppDevNext/dependabot/github_actions/master/actions/setup-java-3
Bump actions/setup-java from 2 to 3
2 parents 5ead84d + 102be20 commit 4f7f8fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Android-CI-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Install JDK
18-
uses: actions/setup-java@v2
18+
uses: actions/setup-java@v3
1919
with:
2020
distribution: "adopt"
2121
java-version: 11

.github/workflows/Android-CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- name: Install JDK ${{ matrix.java_version }}
22-
uses: actions/setup-java@v2
22+
uses: actions/setup-java@v3
2323
with:
2424
distribution: "adopt"
2525
java-version: ${{ matrix.java_version }}
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
fetch-depth: 0
6767
- name: Install JDK ${{ matrix.java_version }}
68-
uses: actions/setup-java@v2
68+
uses: actions/setup-java@v3
6969
with:
7070
distribution: "adopt"
7171
java-version: ${{ matrix.java_version }}

0 commit comments

Comments
 (0)