diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 4e58d34a..cfe1ea69 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.22 - - uses: DanySK/build-check-deploy-gradle-action@3.5.22 + - uses: DanySK/build-check-deploy-gradle-action@3.5.23 with: # Dry-deployment deploy-command: >- @@ -60,7 +60,7 @@ jobs: uses: actions/setup-node@v4.1.0 with: node-version-file: package.json - - uses: DanySK/build-check-deploy-gradle-action@3.5.22 + - uses: DanySK/build-check-deploy-gradle-action@3.5.23 with: build-command: true check-command: true