Skip to content

Commit

Permalink
Update actions/setup-java action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 6, 2023
1 parent 695246f commit e4c6514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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
- name: 'Gradle Version'
Expand All @@ -44,7 +44,7 @@ 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
- name: 'Check Spock'
Expand Down

0 comments on commit e4c6514

Please sign in to comment.