Skip to content

Commit

Permalink
Bump gradle/gradle-build-action in /.github/workflows
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.3.3 to 2.4.2.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2.3.3...v2.4.2)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent 21cd008 commit c9e16a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
username: ${{ secrets.CLOUDSMITH_USER }}
password: ${{ secrets.CLOUDSMITH_APIKEY }}
- name: Build docker image
uses: gradle/gradle-build-action@v2.3.3
uses: gradle/gradle-build-action@v2.4.2
env:
BRANCH_NAME: ${{ github.ref_name }}
with:
arguments: buildDockerImage
- name: Publish docker image
if: ${{ startsWith(github.ref, 'refs/heads/master') }}
uses: gradle/gradle-build-action@v2.3.3
uses: gradle/gradle-build-action@v2.4.2
env:
BRANCH_NAME: ${{ github.ref_name }}
with:
Expand Down

0 comments on commit c9e16a5

Please sign in to comment.