diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 8521e32..1364478 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.19 - - uses: DanySK/build-check-deploy-gradle-action@3.5.3 + - uses: DanySK/build-check-deploy-gradle-action@3.5.17 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -66,7 +66,7 @@ jobs: uses: actions/setup-node@v4.0.3 with: node-version: ${{ steps.node-version.outputs.version }} - - uses: DanySK/build-check-deploy-gradle-action@3.5.3 + - uses: DanySK/build-check-deploy-gradle-action@3.5.17 with: build-command: true check-command: true