Skip to content

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 7061f8d commit 3b89b9a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/after_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
printf "org.gradle.vfs.watch=false\n" >> ~/.gradle/gradle.properties
shell: bash

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

- run: ./gradlew assemble

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
17
21
- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3

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

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

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

- run: ./gradlew assemble -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 @@ -33,7 +33,7 @@ jobs:
distribution: 'temurin'
java-version: 21

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

- run: ./gradlew assemble

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 @@ -41,7 +41,7 @@ jobs:
distribution: 'temurin'
java-version: 21

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

- run: ./gradlew assemble

Expand Down

0 comments on commit 3b89b9a

Please sign in to comment.