Skip to content

Commit

Permalink
ci(deps): update danysk/build-check-deploy-gradle-action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jun 1, 2022
1 parent cf4f6bc commit 08f8088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- name: Checkout
uses: DanySK/action-checkout@0.2.1
- uses: DanySK/build-check-deploy-gradle-action@1.2.16
- uses: DanySK/build-check-deploy-gradle-action@2.0.0
with:
should-run-codecov: ${{ runner.os == 'Linux' }}
should-deploy: false
Expand All @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v3.0.2
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- uses: DanySK/build-check-deploy-gradle-action@1.2.16
- uses: DanySK/build-check-deploy-gradle-action@2.0.0
with:
build-command: true
check-command: true
Expand Down

0 comments on commit 08f8088

Please sign in to comment.