Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jbachorik committed Apr 10, 2024
1 parent 47d8d72 commit 415f9b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
- name: Build
run: ./gradlew build
- name: Upload build data
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
- name: Set up Java ${{ matrix.java }}
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
- name: Set up Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 415f9b2

Please sign in to comment.