Skip to content

Commit 718e281

Browse files
committed
- chg: updated GitHub actions
1 parent 0692a5a commit 718e281

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

Diff for: .github/workflows/release_locus_api.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,17 @@ jobs:
1616

1717
# job steps
1818
steps:
19+
- name: Set up JDK 17
20+
uses: actions/setup-java@v4
21+
with:
22+
distribution: 'temurin'
23+
java-version: '17'
24+
1925
# Prepare source code
2026
# https://github.com/marketplace/actions/checkout
2127
- name: Clone repo
2228
uses: actions/checkout@v2
2329

24-
# Setup of environment
25-
- name: Set up JDK 11
26-
uses: actions/setup-java@v2
27-
with:
28-
distribution: 'temurin'
29-
java-version: '11'
30-
3130
# Base64 decodes and pipes the GPG key content into the secret file
3231
- name: Prepare environment
3332
env:

Diff for: .github/workflows/release_locus_api_android.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,17 @@ jobs:
1616

1717
# job steps
1818
steps:
19+
- name: Set up JDK 17
20+
uses: actions/setup-java@v4
21+
with:
22+
distribution: 'temurin'
23+
java-version: '17'
24+
1925
# Prepare source code
2026
# https://github.com/marketplace/actions/checkout
2127
- name: Clone repo
2228
uses: actions/checkout@v2
2329

24-
# Setup of environment
25-
- name: Set up JDK 11
26-
uses: actions/setup-java@v2
27-
with:
28-
distribution: 'temurin'
29-
java-version: '11'
30-
3130
# Base64 decodes and pipes the GPG key content into the secret file
3231
- name: Prepare environment
3332
env:

0 commit comments

Comments
 (0)