From 19eea74e5e442e10dbf3c38e5f3cbeb828e05db6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 10:12:48 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v4.0.24 --- .github/workflows/build-and-deploy.yml | 8 ++++---- .github/workflows/update-ancillary-files.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index a866a59d60..c00a378101 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -58,7 +58,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6.0.2 - - uses: DanySK/build-check-deploy-gradle-action@9d11d6cf861249721395e3d204f4469de205a8a2 # 4.0.23 + - uses: DanySK/build-check-deploy-gradle-action@43aacdcb625062c04614b0f1deac5a316fc0b076 # 4.0.24 with: pre-build-command: ./gradlew kotlinUpgradeYarnLock build-command: true @@ -77,7 +77,7 @@ jobs: steps: - name: Checkout uses: danysk/action-checkout@17f5de6c9546f22aad5eab262982aa8847eebd4f # 0.2.28 - - uses: DanySK/build-check-deploy-gradle-action@9d11d6cf861249721395e3d204f4469de205a8a2 # 4.0.23 + - uses: DanySK/build-check-deploy-gradle-action@43aacdcb625062c04614b0f1deac5a316fc0b076 # 4.0.24 with: retries-on-failure: 5 wait-between-retries: 120 @@ -132,7 +132,7 @@ jobs: steps: - name: Checkout with full history uses: danysk/action-checkout@17f5de6c9546f22aad5eab262982aa8847eebd4f # 0.2.28 - - uses: DanySK/build-check-deploy-gradle-action@9d11d6cf861249721395e3d204f4469de205a8a2 # 4.0.23 + - uses: DanySK/build-check-deploy-gradle-action@43aacdcb625062c04614b0f1deac5a316fc0b076 # 4.0.24 with: signing-key: ${{ secrets.SIGNING_KEY }} signing-password: ${{ secrets.SIGNING_PASSWORD }} @@ -394,7 +394,7 @@ jobs: uses: actions/setup-node@v6.2.0 with: node-version-file: package.json - - uses: DanySK/build-check-deploy-gradle-action@9d11d6cf861249721395e3d204f4469de205a8a2 # 4.0.23 + - uses: DanySK/build-check-deploy-gradle-action@43aacdcb625062c04614b0f1deac5a316fc0b076 # 4.0.24 env: MAKEPKG_IMAGE: ${{ needs.ci-preparation.outputs.makepkg-image }} with: diff --git a/.github/workflows/update-ancillary-files.yml b/.github/workflows/update-ancillary-files.yml index 3e3538db9d..516f39d056 100644 --- a/.github/workflows/update-ancillary-files.yml +++ b/.github/workflows/update-ancillary-files.yml @@ -17,7 +17,7 @@ jobs: uses: danysk/action-checkout@17f5de6c9546f22aad5eab262982aa8847eebd4f # 0.2.28 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - - uses: DanySK/build-check-deploy-gradle-action@9d11d6cf861249721395e3d204f4469de205a8a2 # 4.0.23 + - uses: DanySK/build-check-deploy-gradle-action@43aacdcb625062c04614b0f1deac5a316fc0b076 # 4.0.24 with: pre-build-command: rm -rf dokka-cache build-command: |