File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 uses : nicolasfara/precompute-semantic-release-version-action@1.0.2
4141 with :
4242 github-token : ${{ github.token }}
43- - uses : DanySK/build-check-deploy-gradle-action@2.4.16
43+ - uses : DanySK/build-check-deploy-gradle-action@2.4.17
4444 with :
4545 maven-central-password : ${{ secrets.MAVEN_PASSWORD }}
4646 maven-central-username : gciatto
8484 steps :
8585 - name : Checkout
8686 uses : DanySK/action-checkout@0.2.16
87- - uses : DanySK/build-check-deploy-gradle-action@2.4.16
87+ - uses : DanySK/build-check-deploy-gradle-action@2.4.17
8888 with :
8989 # Dry-deployment
9090 deploy-command : |
@@ -118,7 +118,7 @@ jobs:
118118 steps :
119119 - name : Checkout the repo
120120 uses : actions/checkout@v4.1.4
121- - uses : DanySK/build-check-deploy-gradle-action@2.4.16
121+ - uses : DanySK/build-check-deploy-gradle-action@2.4.17
122122 with :
123123 maven-central-password : ${{ secrets.MAVEN_PASSWORD }}
124124 maven-central-username : gciatto
@@ -156,7 +156,7 @@ jobs:
156156 uses : actions/setup-node@v4.0.2
157157 with :
158158 node-version : ${{ steps.node-version.outputs.version }}
159- - uses : DanySK/build-check-deploy-gradle-action@2.4.16
159+ - uses : DanySK/build-check-deploy-gradle-action@2.4.17
160160 env :
161161 STAGING_REPO_ID : ${{ needs.staging-repo.outputs.maven-central-repo-id }}
162162 ENFORCE_VERSION : " ${{ needs.staging-repo.outputs.next-version }}"
Original file line number Diff line number Diff line change 2222 steps :
2323 - name : Checkout
2424 uses : DanySK/action-checkout@0.2.16
25- - uses : DanySK/build-check-deploy-gradle-action@2.4.16
25+ - uses : DanySK/build-check-deploy-gradle-action@2.4.17
2626 with :
2727 java-distribution : ${{ matrix.jdk-dist }}
2828 java-version : ${{ matrix.java-version }}
4949 steps :
5050 - name : Checkout
5151 uses : DanySK/action-checkout@0.2.16
52- - uses : DanySK/build-check-deploy-gradle-action@2.4.16
52+ - uses : DanySK/build-check-deploy-gradle-action@2.4.17
5353 with :
5454 build-command : ./gradlew jsMainClasses jsTestClasses --parallel
5555 check-command : ./gradlew jsTest --parallel
You can’t perform that action at this time.
0 commit comments