Skip to content

Commit

Permalink
Update gradle/actions/setup-gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored Oct 10, 2024
1 parent 69b4f3d commit ce03f31
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 @@ -24,10 +24,10 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: 17

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4

- name: Build with Gradle
run: |
Expand Down

0 comments on commit ce03f31

Please sign in to comment.