From bae0b301bbf775ebae9281756cd1cb933f7f2a97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 07:10:06 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v3.5.27 (#4022) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-and-deploy.yml | 10 +++++----- .github/workflows/update-ancillary-files.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 009b1355d1..6718ddd781 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -72,7 +72,7 @@ jobs: steps: - name: Checkout uses: danysk/action-checkout@0.2.22 - - uses: DanySK/build-check-deploy-gradle-action@3.5.26 + - uses: DanySK/build-check-deploy-gradle-action@3.5.27 with: pre-build-command: true build-command: | @@ -96,7 +96,7 @@ jobs: steps: - name: Checkout uses: danysk/action-checkout@0.2.22 - - uses: DanySK/build-check-deploy-gradle-action@3.5.26 + - uses: DanySK/build-check-deploy-gradle-action@3.5.27 with: retries-on-failure: 5 wait-between-retries: 120 @@ -150,7 +150,7 @@ jobs: steps: - name: Checkout the repo uses: actions/checkout@v4.2.2 - - uses: DanySK/build-check-deploy-gradle-action@3.5.26 + - uses: DanySK/build-check-deploy-gradle-action@3.5.27 with: maven-central-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }} maven-central-password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }} @@ -196,7 +196,7 @@ jobs: steps: - name: Checkout with full history uses: danysk/action-checkout@0.2.22 - - uses: DanySK/build-check-deploy-gradle-action@3.5.26 + - uses: DanySK/build-check-deploy-gradle-action@3.5.27 with: signing-key: ${{ secrets.SIGNING_KEY }} signing-password: ${{ secrets.SIGNING_PASSWORD }} @@ -478,7 +478,7 @@ jobs: uses: actions/setup-node@v4.1.0 with: node-version-file: package.json - - uses: DanySK/build-check-deploy-gradle-action@3.5.26 + - uses: DanySK/build-check-deploy-gradle-action@3.5.27 env: STAGING_REPO_ID: ${{ needs.staging-repo.outputs.repo-id }} MAKEPKG_IMAGE: ${{ needs.ci-preparation.outputs.makepkg-image }} diff --git a/.github/workflows/update-ancillary-files.yml b/.github/workflows/update-ancillary-files.yml index 9c08a39e14..f567811cd0 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.22 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - - uses: DanySK/build-check-deploy-gradle-action@3.5.26 + - uses: DanySK/build-check-deploy-gradle-action@3.5.27 with: pre-build-command: rm javadoc-io.json build-command: |