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.20
  • Loading branch information
renovate[bot] committed May 20, 2024
1 parent b0f5879 commit 9a573b7
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.19
- uses: DanySK/build-check-deploy-gradle-action@2.4.20
with:
maven-central-password: ${{ secrets.MAVEN_PASSWORD }}
maven-central-username: gciatto
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
steps:
- name: Checkout
uses: DanySK/action-checkout@0.2.18
- uses: DanySK/build-check-deploy-gradle-action@2.4.19
- uses: DanySK/build-check-deploy-gradle-action@2.4.20
with:
# Dry-deployment
deploy-command: |
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/checkout@v4.1.6
- uses: DanySK/build-check-deploy-gradle-action@2.4.19
- uses: DanySK/build-check-deploy-gradle-action@2.4.20
with:
maven-central-password: ${{ secrets.MAVEN_PASSWORD }}
maven-central-username: gciatto
Expand Down Expand Up @@ -156,7 +156,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.19
- uses: DanySK/build-check-deploy-gradle-action@2.4.20
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.18
- uses: DanySK/build-check-deploy-gradle-action@2.4.19
- uses: DanySK/build-check-deploy-gradle-action@2.4.20
with:
java-distribution: ${{ matrix.jdk-dist }}
java-version: ${{ matrix.java-version }}
Expand All @@ -49,7 +49,7 @@ jobs:
steps:
- name: Checkout
uses: DanySK/action-checkout@0.2.18
- uses: DanySK/build-check-deploy-gradle-action@2.4.19
- uses: DanySK/build-check-deploy-gradle-action@2.4.20
with:
build-command: ./gradlew jsMainClasses jsTestClasses --parallel
check-command: ./gradlew jsTest --parallel
Expand Down

0 comments on commit 9a573b7

Please sign in to comment.