Skip to content

Commit

Permalink
Merge pull request #17 from voruti/renovate/actions-setup-java-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
voruti authored Dec 1, 2023
2 parents c13823e + 82227a6 commit ea14f27
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,16 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Validation
uses: gradle/wrapper-validation-action@v1

- name: JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: '17'

distribution: "temurin"
java-version: "17"

- name: cache
uses: actions/cache@v3
with:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Validation
uses: gradle/wrapper-validation-action@v1

- name: JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: '17'

distribution: "temurin"
java-version: "17"

- name: cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit ea14f27

Please sign in to comment.