Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
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 Jan 26, 2024
1 parent 80896dc commit f485924
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- uses: gradle/wrapper-validation-action@v1

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3

- run: ./gradlew currentVersion

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
distribution: 'temurin'
java-version: 21

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3

- run: ./gradlew assembleRelease -m

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
distribution: 'temurin'
java-version: 21

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3

- run: ./gradlew currentVersion

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_diffuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
key: diffuse-${{ github.event.pull_request.base.sha }}
restore-keys: diffuse-${{ github.event.pull_request.base.sha }}

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3

- run: ./gradlew assembleRelease

Expand Down

0 comments on commit f485924

Please sign in to comment.