Skip to content

Commit

Permalink
Bump gradle/gradle-build-action from 2 to 3
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 to 3.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and marcwrobel committed Feb 22, 2024
1 parent 82a6a71 commit d2ff77c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: 'temurin'

- name: Build with Gradle
uses: 'gradle/gradle-build-action@v2'
uses: 'gradle/gradle-build-action@v3'
with:
gradle-version: 'current'
arguments: 'build'
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
distribution: 'temurin'

- name: Publish package
uses: 'gradle/gradle-build-action@v2'
uses: 'gradle/gradle-build-action@v3'
with:
gradle-version: 'current'
arguments: 'publish'
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Internal

- Bump com.slack.api:bolt-socket-mode from 1.38.0 to 1.38.1 (#181).
- Bump gradle/gradle-build-action from 2 to 3 (#180).

0 comments on commit d2ff77c

Please sign in to comment.