Skip to content

Commit

Permalink
Update actions/setup-java action to v3 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2023
1 parent 1e7c428 commit 3f8fd7e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
restore-keys: |
test-${{ runner.os }}-gradle-
- name: 'Set up JDK'
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 8
distribution: temurin
- name: 'Gradle Version'
run: |
./gradlew --version
Expand All @@ -44,9 +45,10 @@ jobs:
restore-keys: |
test-${{ runner.os }}-maven-
- name: 'Set up JDK'
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 8
distribution: temurin
- name: 'Check Spock'
run: |
./mvnw -V -B verify
./mvnw -V -B verify

0 comments on commit 3f8fd7e

Please sign in to comment.