Skip to content

Commit

Permalink
Bump gradle/gradle-build-action from 2.12.0 to 3.5.0
Browse files Browse the repository at this point in the history
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.12.0 to 3.5.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2.12.0...v3.5.0)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent 781f71c commit 64712a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
distribution: 'zulu'

- name: Verify plugin
uses: gradle/gradle-build-action@v2.12.0
uses: gradle/gradle-build-action@v3.5.0
with:
arguments: verifyPlugin

- name: Publish plugin
uses: gradle/gradle-build-action@v2.12.0
uses: gradle/gradle-build-action@v3.5.0
with:
arguments: publishPlugin
env: # Or as an environment variable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: Test plugin
uses: gradle/gradle-build-action@v2.12.0
uses: gradle/gradle-build-action@v3.5.0
with:
arguments: test
- name: Verify plugin
uses: gradle/gradle-build-action@v2.12.0
uses: gradle/gradle-build-action@v3.5.0
with:
arguments: verifyPlugin
concurrency:
Expand Down

0 comments on commit 64712a9

Please sign in to comment.