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.6
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent 91f9a12 commit faddaf3
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.1
- uses: DanySK/build-check-deploy-gradle-action@3.7.6
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.1
- uses: DanySK/build-check-deploy-gradle-action@3.7.6
with:
build-command: true
check-command: |
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/setup-node@v4.1.0
with:
node-version-file: package.json
- uses: DanySK/build-check-deploy-gradle-action@3.7.1
- uses: DanySK/build-check-deploy-gradle-action@3.7.6
with:
retries-on-failure: '1'
build-command: true
Expand Down

0 comments on commit faddaf3

Please sign in to comment.