Skip to content

Commit

Permalink
Merge pull request #2 from crow-misia/update_actions
Browse files Browse the repository at this point in the history
chore: update github actions
  • Loading branch information
crow-misia committed May 15, 2024
2 parents ea979df + 5340899 commit 39a60c3
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 @@ -27,8 +27,8 @@ jobs:
java-version: '21'
distribution: 'temurin'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
uses: gradle/actions/wrapper-validation@v3
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
run: ./gradlew build

0 comments on commit 39a60c3

Please sign in to comment.