Skip to content

Commit

Permalink
build(deps): bump gradle/gradle-build-action from 2.5.1 to 2.6.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.5.1 to 2.6.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@40b6781...bd57605)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 11, 2023
1 parent 3f06eaf commit f744a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish-maven-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
echo "GRADLE_ARGS=$GRADLE_ARGS" >> $GITHUB_ENV
- name: Build with Gradle
uses: gradle/gradle-build-action@40b6781dcdec2762ad36556682ac74e31030cfe2
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25
with:
arguments: build ${{ env.GRADLE_ARGS }}

# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle
- name: Publish to GitHub Packages
uses: gradle/gradle-build-action@40b6781dcdec2762ad36556682ac74e31030cfe2
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25
with:
arguments: publish ${{ env.GRADLE_ARGS }}
env:
Expand Down

0 comments on commit f744a50

Please sign in to comment.