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
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 5acf242 commit 9dfd510
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 @@ -40,7 +40,7 @@ jobs:
uses: nicolasfara/[email protected]
with:
github-token: ${{ github.token }}
- uses: DanySK/build-check-deploy-gradle-action@2.4.22
- uses: DanySK/build-check-deploy-gradle-action@3.5.24
with:
maven-central-password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
maven-central-username: gciatto
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
steps:
- name: Checkout
uses: DanySK/[email protected]
- uses: DanySK/build-check-deploy-gradle-action@2.4.22
- uses: DanySK/build-check-deploy-gradle-action@3.5.24
timeout-minutes: 120
with:
# Dry-deployment
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/[email protected]
- uses: DanySK/build-check-deploy-gradle-action@2.4.22
- uses: DanySK/build-check-deploy-gradle-action@3.5.24
with:
maven-central-password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
maven-central-username: gciatto
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
uses: actions/[email protected]
with:
node-version: ${{ steps.node-version.outputs.version }}
- uses: DanySK/build-check-deploy-gradle-action@2.4.22
- uses: DanySK/build-check-deploy-gradle-action@3.5.24
env:
STAGING_REPO_ID: ${{ needs.staging-repo.outputs.maven-central-repo-id }}
ENFORCE_VERSION: "${{ needs.staging-repo.outputs.next-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-extensively.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- name: Checkout
uses: DanySK/[email protected]
- uses: DanySK/build-check-deploy-gradle-action@2.4.22
- uses: DanySK/build-check-deploy-gradle-action@3.5.24
with:
java-distribution: ${{ matrix.jdk-dist }}
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit 9dfd510

Please sign in to comment.