diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index cc2cdd393e..fe70ee8237 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -32,7 +32,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: pre-build-command: ./gradlew kotlinUpgradeYarnLock --parallel # check that all tasks used in subsequent phases are there @@ -93,7 +93,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: build-command: ./gradlew kotlinUpgradeYarnLock --parallel check-command: true @@ -154,7 +154,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: build-command: | for i in 1 2 3 4 5; do @@ -175,7 +175,7 @@ jobs: with: name: website path: website.tar - - uses: DanySK/build-check-deploy-gradle-action@2.2.15 + - uses: DanySK/build-check-deploy-gradle-action@2.2.16 with: build-command: | check-command: | @@ -265,7 +265,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: java-version: ${{ needs.select-java-version.outputs.java-version }} build-command: | diff --git a/.github/workflows/update-ancillary-files.yml b/.github/workflows/update-ancillary-files.yml index a2054e745a..ecfd3d945c 100644 --- a/.github/workflows/update-ancillary-files.yml +++ b/.github/workflows/update-ancillary-files.yml @@ -15,7 +15,7 @@ jobs: uses: danysk/action-checkout@0.2.14 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - - uses: DanySK/build-check-deploy-gradle-action@2.2.15 + - uses: DanySK/build-check-deploy-gradle-action@2.2.16 with: build-command: ./gradlew kotlinUpgradeYarnLock --parallel check-command: |