Skip to content

Commit 413eb04

Browse files
ci(deps): update danysk/build-check-deploy-gradle-action action to v3.7.12 (#176)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fff7d63 commit 413eb04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cp -r ./* .* /c/${{ steps.get_repo_name.outputs.repo_name }}
3636
ls -alh /c/${{ steps.get_repo_name.outputs.repo_name }}
3737
- name: Build, test, check and dry deployment
38-
uses: DanySK/build-check-deploy-gradle-action@45f7f9195182b133a514930eaa1f6126c57da401 # 3.7.10
38+
uses: DanySK/build-check-deploy-gradle-action@d3f991eabd2399dbdf6e5d14a01f2f1034a11159 # 3.7.12
3939
with:
4040
build-command: |
4141
if [[ "$RUNNER_OS" == "Windows" ]]; then
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
9090
with:
9191
node-version-file: package.json
92-
- uses: DanySK/build-check-deploy-gradle-action@45f7f9195182b133a514930eaa1f6126c57da401 # 3.7.10
92+
- uses: DanySK/build-check-deploy-gradle-action@d3f991eabd2399dbdf6e5d14a01f2f1034a11159 # 3.7.12
9393
with:
9494
build-command: true
9595
check-command: true

0 commit comments

Comments
 (0)