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

Commit

Permalink
Merge pull request #213 from usefulness/renovate/gradle-gradle-build-…
Browse files Browse the repository at this point in the history
…action-3.x

Update gradle/gradle-build-action action to v3
  • Loading branch information
mateuszkwiecinski authored Jan 26, 2024
2 parents 80896dc + f485924 commit 7b5f45d
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 7b5f45d

Please sign in to comment.