From 6269a0e64b2be210ca48118df3494513379289f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 00:03:07 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v3.7.5 --- .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 210676a50c..af5fa41437 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -68,7 +68,7 @@ jobs: steps: - name: Checkout uses: danysk/action-checkout@0.2.22 - - uses: DanySK/build-check-deploy-gradle-action@3.7.3 + - uses: DanySK/build-check-deploy-gradle-action@3.7.5 with: pre-build-command: true build-command: | @@ -92,7 +92,7 @@ jobs: steps: - name: Checkout uses: danysk/action-checkout@0.2.22 - - uses: DanySK/build-check-deploy-gradle-action@3.7.3 + - uses: DanySK/build-check-deploy-gradle-action@3.7.5 with: retries-on-failure: 5 wait-between-retries: 120 @@ -175,7 +175,7 @@ jobs: steps: - name: Checkout with full history uses: danysk/action-checkout@0.2.22 - - uses: DanySK/build-check-deploy-gradle-action@3.7.3 + - uses: DanySK/build-check-deploy-gradle-action@3.7.5 with: signing-key: ${{ secrets.SIGNING_KEY }} signing-password: ${{ secrets.SIGNING_PASSWORD }} @@ -446,7 +446,7 @@ jobs: uses: actions/setup-node@v4.1.0 with: node-version-file: package.json - - uses: DanySK/build-check-deploy-gradle-action@3.7.3 + - uses: DanySK/build-check-deploy-gradle-action@3.7.5 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 2b9971413d..78a08acad2 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.7.3 + - uses: DanySK/build-check-deploy-gradle-action@3.7.5 with: pre-build-command: rm javadoc-io.json build-command: |