diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 2a06bf45..d633eb7a 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.14 - - uses: DanySK/build-check-deploy-gradle-action@2.2.15 + - uses: DanySK/build-check-deploy-gradle-action@2.2.16 with: # Dry-deployment check-command: ./gradlew build --parallel @@ -63,7 +63,7 @@ jobs: uses: actions/setup-node@v4.0.1 with: node-version: ${{ steps.node-version.outputs.version }} - - uses: DanySK/build-check-deploy-gradle-action@2.2.15 + - uses: DanySK/build-check-deploy-gradle-action@2.2.16 with: build-command: true check-command: true