Skip to content

Commit 60eb286

Browse files
ci(deps): update danysk/build-check-deploy-gradle-action action to v4.0.37 (#5443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b8638f commit 60eb286

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@v7.0.0
61-
- uses: DanySK/build-check-deploy-gradle-action@45863e1647807c6eba29a310f19d7503c8a8b960 # 4.0.36
61+
- uses: DanySK/build-check-deploy-gradle-action@94f0168908d2f8cc134a6c98e79056b5216d239f # 4.0.39
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@a68beea0e65091ba27ce80140f3b1fc5fe8d7e83 # 0.2.30
80-
- uses: DanySK/build-check-deploy-gradle-action@45863e1647807c6eba29a310f19d7503c8a8b960 # 4.0.36
80+
- uses: DanySK/build-check-deploy-gradle-action@94f0168908d2f8cc134a6c98e79056b5216d239f # 4.0.39
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@a68beea0e65091ba27ce80140f3b1fc5fe8d7e83 # 0.2.30
135-
- uses: DanySK/build-check-deploy-gradle-action@45863e1647807c6eba29a310f19d7503c8a8b960 # 4.0.36
135+
- uses: DanySK/build-check-deploy-gradle-action@94f0168908d2f8cc134a6c98e79056b5216d239f # 4.0.39
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@45863e1647807c6eba29a310f19d7503c8a8b960 # 4.0.36
397+
- uses: DanySK/build-check-deploy-gradle-action@94f0168908d2f8cc134a6c98e79056b5216d239f # 4.0.39
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@a68beea0e65091ba27ce80140f3b1fc5fe8d7e83 # 0.2.30
1818
with:
1919
token: ${{ secrets.DEPLOYMENT_TOKEN }}
20-
- uses: DanySK/build-check-deploy-gradle-action@45863e1647807c6eba29a310f19d7503c8a8b960 # 4.0.36
20+
- uses: DanySK/build-check-deploy-gradle-action@94f0168908d2f8cc134a6c98e79056b5216d239f # 4.0.39
2121
with:
2222
pre-build-command: rm -rf dokka-cache
2323
build-command: |

0 commit comments

Comments
 (0)