Skip to content

Commit

Permalink
ci(deps): update danysk/build-check-deploy-gradle-action action to v3…
Browse files Browse the repository at this point in the history
….7.9 (#806)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent aa76c3b commit de0e631
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout
uses: DanySK/action-checkout@0.2.22
- uses: DanySK/build-check-deploy-gradle-action@3.7.8
- uses: DanySK/build-check-deploy-gradle-action@3.7.9
with:
should-run-codecov: ${{ runner.os == 'Linux' }}
should-deploy: false
Expand All @@ -24,7 +24,7 @@ jobs:
steps:
- name: Checkout
uses: DanySK/action-checkout@0.2.22
- uses: DanySK/build-check-deploy-gradle-action@3.7.8
- uses: DanySK/build-check-deploy-gradle-action@3.7.9
with:
build-command: true
check-command: |
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/setup-node@v4.2.0
with:
node-version-file: package.json
- uses: DanySK/build-check-deploy-gradle-action@3.7.8
- uses: DanySK/build-check-deploy-gradle-action@3.7.9
with:
retries-on-failure: '1'
build-command: true
Expand Down

0 comments on commit de0e631

Please sign in to comment.