Skip to content

Commit

Permalink
⬆️ Upgrade GitHub Actions (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilday authored Sep 3, 2024
1 parent 5a6d115 commit 46866a8
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- uses: gradle/wrapper-validation-action@v3

build:
runs-on: ubuntu-latest
Expand All @@ -28,7 +28,7 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

- name: Execute Gradle build
run: ./gradlew build

0 comments on commit 46866a8

Please sign in to comment.