Skip to content

Commit

Permalink
Update release workflow's actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Dec 31, 2023
1 parent e639d89 commit 3ebf069
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,18 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Java 11
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 11
- name: Setup Java 17
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 17
distribution: temurin
java-version: |
8
11
21
17
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 3ebf069

Please sign in to comment.