Skip to content

Commit 6efea78

Browse files
ci(deps): update danysk/build-check-deploy-gradle-action action to v4.0.33 (#5356)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ae404af commit 6efea78

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
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- name: Checkout
6060
uses: actions/checkout@v6.0.2
61-
- uses: DanySK/build-check-deploy-gradle-action@f47bb421129e119522b255eac88c9dd9ce4c2686 # 4.0.32
61+
- uses: DanySK/build-check-deploy-gradle-action@28ef158d2a2c366ec647ef8fc4f9a4243ebf8ef4 # 4.0.33
6262
with:
6363
pre-build-command: ./gradlew kotlinUpgradeYarnLock
6464
build-command: true
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
- name: Checkout
7979
uses: danysk/action-checkout@17f5de6c9546f22aad5eab262982aa8847eebd4f # 0.2.28
80-
- uses: DanySK/build-check-deploy-gradle-action@f47bb421129e119522b255eac88c9dd9ce4c2686 # 4.0.32
80+
- uses: DanySK/build-check-deploy-gradle-action@28ef158d2a2c366ec647ef8fc4f9a4243ebf8ef4 # 4.0.33
8181
with:
8282
retries-on-failure: 5
8383
wait-between-retries: 120
@@ -132,7 +132,7 @@ jobs:
132132
steps:
133133
- name: Checkout with full history
134134
uses: danysk/action-checkout@17f5de6c9546f22aad5eab262982aa8847eebd4f # 0.2.28
135-
- uses: DanySK/build-check-deploy-gradle-action@f47bb421129e119522b255eac88c9dd9ce4c2686 # 4.0.32
135+
- uses: DanySK/build-check-deploy-gradle-action@28ef158d2a2c366ec647ef8fc4f9a4243ebf8ef4 # 4.0.33
136136
with:
137137
signing-key: ${{ secrets.SIGNING_KEY }}
138138
signing-password: ${{ secrets.SIGNING_PASSWORD }}
@@ -394,7 +394,7 @@ jobs:
394394
uses: actions/setup-node@v6.4.0
395395
with:
396396
node-version-file: package.json
397-
- uses: DanySK/build-check-deploy-gradle-action@f47bb421129e119522b255eac88c9dd9ce4c2686 # 4.0.32
397+
- uses: DanySK/build-check-deploy-gradle-action@28ef158d2a2c366ec647ef8fc4f9a4243ebf8ef4 # 4.0.33
398398
env:
399399
MAKEPKG_IMAGE: ${{ needs.ci-preparation.outputs.makepkg-image }}
400400
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: danysk/action-checkout@17f5de6c9546f22aad5eab262982aa8847eebd4f # 0.2.28
1818
with:
1919
token: ${{ secrets.DEPLOYMENT_TOKEN }}
20-
- uses: DanySK/build-check-deploy-gradle-action@f47bb421129e119522b255eac88c9dd9ce4c2686 # 4.0.32
20+
- uses: DanySK/build-check-deploy-gradle-action@28ef158d2a2c366ec647ef8fc4f9a4243ebf8ef4 # 4.0.33
2121
with:
2222
pre-build-command: rm -rf dokka-cache
2323
build-command: |

0 commit comments

Comments
 (0)