Skip to content

Commit 4e9050b

Browse files
ci(deps): update danysk/build-check-deploy-gradle-action action to v4.0.24 (#5155)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 69f4c7a commit 4e9050b

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@9d11d6cf861249721395e3d204f4469de205a8a2 # 4.0.23
61+
- uses: DanySK/build-check-deploy-gradle-action@43aacdcb625062c04614b0f1deac5a316fc0b076 # 4.0.24
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@9d11d6cf861249721395e3d204f4469de205a8a2 # 4.0.23
80+
- uses: DanySK/build-check-deploy-gradle-action@43aacdcb625062c04614b0f1deac5a316fc0b076 # 4.0.24
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@9d11d6cf861249721395e3d204f4469de205a8a2 # 4.0.23
135+
- uses: DanySK/build-check-deploy-gradle-action@43aacdcb625062c04614b0f1deac5a316fc0b076 # 4.0.24
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.2.0
395395
with:
396396
node-version-file: package.json
397-
- uses: DanySK/build-check-deploy-gradle-action@9d11d6cf861249721395e3d204f4469de205a8a2 # 4.0.23
397+
- uses: DanySK/build-check-deploy-gradle-action@43aacdcb625062c04614b0f1deac5a316fc0b076 # 4.0.24
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@9d11d6cf861249721395e3d204f4469de205a8a2 # 4.0.23
20+
- uses: DanySK/build-check-deploy-gradle-action@43aacdcb625062c04614b0f1deac5a316fc0b076 # 4.0.24
2121
with:
2222
pre-build-command: rm -rf dokka-cache
2323
build-command: |

0 commit comments

Comments
 (0)