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.0
  • Loading branch information
renovate[bot] committed Feb 8, 2024
1 parent 9bd0c7f commit 9f6b4a5
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.2.20
- uses: DanySK/build-check-deploy-gradle-action@2.4.0
with:
maven-central-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
maven-central-password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- uses: DanySK/build-check-deploy-gradle-action@2.2.20
- uses: DanySK/build-check-deploy-gradle-action@2.4.0
with:
# Dry-deployment
deploy-command: |
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/checkout@v4.1.1
- uses: DanySK/build-check-deploy-gradle-action@2.2.20
- uses: DanySK/build-check-deploy-gradle-action@2.4.0
with:
maven-central-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
maven-central-password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
Expand Down Expand Up @@ -175,7 +175,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.2.20
- uses: DanySK/build-check-deploy-gradle-action@2.4.0
env:
STAGING_REPO_ID: ${{ needs.staging-repo.outputs.maven-central-repo-id }}
ORG_GRADLE_PROJECT_releaseStage: true
Expand Down

0 comments on commit 9f6b4a5

Please sign in to comment.