Skip to content

Commit

Permalink
Merge pull request #43 from usefulness/renovate/gradle-actions-4.x
Browse files Browse the repository at this point in the history
Update gradle/actions action to v4
  • Loading branch information
mateuszkwiecinski authored Aug 4, 2024
2 parents 8da1b7a + 2044812 commit b4e4b38
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 @@ -38,7 +38,7 @@ jobs:
printf "org.gradle.parallel=false\n" >> ~/.gradle/gradle.properties
shell: bash

- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/setup-gradle@v4

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
printf "org.gradle.parallel=false\n" >> ~/.gradle/gradle.properties
shell: bash

- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/setup-gradle@v4

- 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 @@ -34,7 +34,7 @@ jobs:
printf "org.gradle.parallel=false\n" >> ~/.gradle/gradle.properties
shell: bash

- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/setup-gradle@v4

- 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 @@ -38,7 +38,7 @@ jobs:
printf "org.gradle.parallel=false\n" >> ~/.gradle/gradle.properties
shell: bash

- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/setup-gradle@v4

- run: ./gradlew assembleRelease

Expand Down

0 comments on commit b4e4b38

Please sign in to comment.