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 Jul 31, 2024
1 parent 3223ffc commit fab0911
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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/precompute-semantic-release-version-action@1.0.2
with:
github-token: ${{ github.token }}
- uses: DanySK/build-check-deploy-gradle-action@2.4.22
- uses: DanySK/build-check-deploy-gradle-action@3.5.1
with:
maven-central-password: ${{ secrets.MAVEN_PASSWORD }}
maven-central-username: gciatto
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
steps:
- name: Checkout
uses: DanySK/action-checkout@0.2.19
- uses: DanySK/build-check-deploy-gradle-action@2.4.22
- uses: DanySK/build-check-deploy-gradle-action@3.5.1
timeout-minutes: 120
with:
# Dry-deployment
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/checkout@v4.1.7
- uses: DanySK/build-check-deploy-gradle-action@2.4.22
- uses: DanySK/build-check-deploy-gradle-action@3.5.1
with:
maven-central-password: ${{ secrets.MAVEN_PASSWORD }}
maven-central-username: gciatto
Expand Down Expand Up @@ -169,7 +169,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.22
- uses: DanySK/build-check-deploy-gradle-action@3.5.1
env:
STAGING_REPO_ID: ${{ needs.staging-repo.outputs.maven-central-repo-id }}
ENFORCE_VERSION: "${{ needs.staging-repo.outputs.next-version }}"
Expand Down
4 changes: 2 additions & 2 deletions .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/action-checkout@0.2.19
- uses: DanySK/build-check-deploy-gradle-action@2.4.22
- uses: DanySK/build-check-deploy-gradle-action@3.5.1
with:
java-distribution: ${{ matrix.jdk-dist }}
java-version: ${{ matrix.java-version }}
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
steps:
- name: Checkout
uses: DanySK/action-checkout@0.2.19
- uses: DanySK/build-check-deploy-gradle-action@2.4.22
- uses: DanySK/build-check-deploy-gradle-action@3.5.1
with:
build-command: |
./gradlew jsMainClasses jsTestClasses --parallel || ./gradlew jsMainClasses jsTestClasses --parallel
Expand Down

0 comments on commit fab0911

Please sign in to comment.