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
….5.12
  • Loading branch information
renovate[bot] committed Oct 24, 2024
1 parent 0b29717 commit d0c8824
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 @@ -43,7 +43,7 @@ jobs:
uses: nicolasfara/[email protected]
with:
github-token: ${{ github.token }}
- uses: DanySK/[email protected].11
- uses: DanySK/[email protected].12
with:
maven-central-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
maven-central-password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
steps:
- name: Checkout
uses: DanySK/[email protected]
- uses: DanySK/[email protected].11
- uses: DanySK/[email protected].12
with:
deploy-command: |
# Stop gradle on windows
Expand All @@ -105,7 +105,7 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/[email protected]
- uses: DanySK/[email protected].11
- uses: DanySK/[email protected].12
with:
maven-central-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
maven-central-password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
uses: actions/[email protected]
with:
node-version-file: package.json
- uses: DanySK/[email protected].11
- uses: DanySK/[email protected].12
env:
STAGING_REPO_ID: ${{ needs.staging-repo.outputs.maven-central-repo-id }}
with:
Expand Down

0 comments on commit d0c8824

Please sign in to comment.