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
….0.3
  • Loading branch information
renovate[bot] committed Jul 2, 2022
1 parent b8e20ad commit be49115
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout
uses: DanySK/[email protected]
- uses: DanySK/[email protected].2
- uses: DanySK/[email protected].3
with:
deploy-command: >-
./gradlew
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
with:
path: 'publish-on-central'
- name: Dry-deploy
uses: DanySK/[email protected].2
uses: DanySK/[email protected].3
with:
build-command: true
check-command: true
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
with:
path: 'publish-on-central'
- name: Dry-deploy
uses: DanySK/[email protected].2
uses: DanySK/[email protected].3
with:
build-command: true
check-command: true
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
uses: actions/[email protected]
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- uses: DanySK/[email protected].2
- uses: DanySK/[email protected].3
with:
build-command: true
check-command: true
Expand Down

0 comments on commit be49115

Please sign in to comment.