Skip to content

Commit

Permalink
build(deps): bump gradle/gradle-build-action from 2.1.5 to 2.1.7
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.1.5 to 2.1.7.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2.1.5...v2.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Siroshun09 committed May 31, 2022
1 parent af7dc96 commit 167a187
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
uses: gradle/[email protected]
- run: chmod +x ./gradlew
- name: Deploy to staging directory
uses: gradle/[email protected].5
uses: gradle/[email protected].7
with:
arguments: |
clean
publish -P box.publish=true
- name: Generate Javadocs
uses: gradle/[email protected].5
uses: gradle/[email protected].7
with:
arguments: aggregateJavadoc
- name: Move Javadoc pages to staging directory (release)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: gradle/[email protected]
- run: chmod +x ./gradlew
- name: Build with Gradle
uses: gradle/[email protected].5
uses: gradle/[email protected].7
with:
arguments: |
clean
Expand Down

0 comments on commit 167a187

Please sign in to comment.