Skip to content

Commit

Permalink
upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuth committed Feb 19, 2024
1 parent bb1e982 commit 6d363ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:

# https://github.com/marketplace/actions/setup-java-jdk
- name: Setup JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'

# https://github.com/marketplace/actions/gradle-build-action
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.9.0
uses: gradle/gradle-build-action@v3
- name: Gradle wrapper build and analyse
run: ./gradlew sonar

Expand Down

0 comments on commit 6d363ac

Please sign in to comment.