diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index a412dea1..487bc5be 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.1 - - uses: DanySK/build-check-deploy-gradle-action@2.0.0 + - uses: DanySK/build-check-deploy-gradle-action@2.0.1 with: should-run-codecov: ${{ runner.os == 'Linux' }} should-deploy: false @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3.0.2 - - uses: DanySK/build-check-deploy-gradle-action@2.0.0 + - uses: DanySK/build-check-deploy-gradle-action@2.0.1 with: build-command: true check-command: true