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
….4.7
  • Loading branch information
renovate[bot] committed Mar 13, 2024
1 parent bed3371 commit 29ed3c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: nicolasfara/precompute-semantic-release-version-action@1.0.2
with:
github-token: ${{ github.token }}
- uses: DanySK/build-check-deploy-gradle-action@2.4.6
- uses: DanySK/build-check-deploy-gradle-action@2.4.7
with:
maven-central-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
maven-central-password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
uses: actions/checkout@v4.1.2
with:
fetch-depth: 0
- uses: DanySK/build-check-deploy-gradle-action@2.4.6
- uses: DanySK/build-check-deploy-gradle-action@2.4.7
with:
# Dry-deployment
check-command: |
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/checkout@v4.1.2
- uses: DanySK/build-check-deploy-gradle-action@2.4.6
- uses: DanySK/build-check-deploy-gradle-action@2.4.7
with:
maven-central-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
maven-central-password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ steps.node-version.outputs.version }}
- uses: DanySK/build-check-deploy-gradle-action@2.4.6
- uses: DanySK/build-check-deploy-gradle-action@2.4.7
env:
STAGING_REPO_ID: ${{ needs.staging-repo.outputs.maven-central-repo-id }}
ORG_GRADLE_PROJECT_releaseStage: true
Expand Down

0 comments on commit 29ed3c6

Please sign in to comment.