Skip to content

Commit ffb379c

Browse files
ci(deps): update danysk/build-check-deploy-gradle-action action to v3.7.0 (AlchemistSimulator#4089)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8dc2974 commit ffb379c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- name: Checkout
7070
uses: danysk/action-checkout@0.2.22
71-
- uses: DanySK/build-check-deploy-gradle-action@3.5.28
71+
- uses: DanySK/build-check-deploy-gradle-action@3.7.0
7272
with:
7373
pre-build-command: true
7474
build-command: |
@@ -92,7 +92,7 @@ jobs:
9292
steps:
9393
- name: Checkout
9494
uses: danysk/action-checkout@0.2.22
95-
- uses: DanySK/build-check-deploy-gradle-action@3.5.28
95+
- uses: DanySK/build-check-deploy-gradle-action@3.7.0
9696
with:
9797
retries-on-failure: 5
9898
wait-between-retries: 120
@@ -175,7 +175,7 @@ jobs:
175175
steps:
176176
- name: Checkout with full history
177177
uses: danysk/action-checkout@0.2.22
178-
- uses: DanySK/build-check-deploy-gradle-action@3.5.28
178+
- uses: DanySK/build-check-deploy-gradle-action@3.7.0
179179
with:
180180
signing-key: ${{ secrets.SIGNING_KEY }}
181181
signing-password: ${{ secrets.SIGNING_PASSWORD }}
@@ -446,7 +446,7 @@ jobs:
446446
uses: actions/setup-node@v4.1.0
447447
with:
448448
node-version-file: package.json
449-
- uses: DanySK/build-check-deploy-gradle-action@3.5.28
449+
- uses: DanySK/build-check-deploy-gradle-action@3.7.0
450450
env:
451451
STAGING_REPO_ID: ${{ needs.staging-repo.outputs.repo-id }}
452452
MAKEPKG_IMAGE: ${{ needs.ci-preparation.outputs.makepkg-image }}

.github/workflows/update-ancillary-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: danysk/action-checkout@0.2.22
1616
with:
1717
token: ${{ secrets.DEPLOYMENT_TOKEN }}
18-
- uses: DanySK/build-check-deploy-gradle-action@3.5.28
18+
- uses: DanySK/build-check-deploy-gradle-action@3.7.0
1919
with:
2020
pre-build-command: rm javadoc-io.json
2121
build-command: |

0 commit comments

Comments
 (0)