Skip to content

Commit

Permalink
- chg: updated GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
menion committed Aug 26, 2024
1 parent 0692a5a commit 718e281
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release_locus_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,17 @@ jobs:

# job steps
steps:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'

# Prepare source code
# https://github.com/marketplace/actions/checkout
- name: Clone repo
uses: actions/checkout@v2

# Setup of environment
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '11'

# Base64 decodes and pipes the GPG key content into the secret file
- name: Prepare environment
env:
Expand Down
13 changes: 6 additions & 7 deletions .github/workflows/release_locus_api_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,17 @@ jobs:

# job steps
steps:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'

# Prepare source code
# https://github.com/marketplace/actions/checkout
- name: Clone repo
uses: actions/checkout@v2

# Setup of environment
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '11'

# Base64 decodes and pipes the GPG key content into the secret file
- name: Prepare environment
env:
Expand Down

0 comments on commit 718e281

Please sign in to comment.