Skip to content

Commit 47d65ba

Browse files
ci(deps): update danysk/build-check-deploy-gradle-action action to v4.0.5 (#297)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee4ffef commit 47d65ba

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@25c599b92d9ef76db37a75a4c2e700db7056f92b # 4.0.4
38+
uses: DanySK/build-check-deploy-gradle-action@34090754388a13138fee87e50771790ac89ac7ff # 4.0.5
3939
with:
4040
build-command: |
4141
if [[ "$RUNNER_OS" == "Windows" ]]; then
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
8888
with:
8989
node-version-file: package.json
90-
- uses: DanySK/build-check-deploy-gradle-action@25c599b92d9ef76db37a75a4c2e700db7056f92b # 4.0.4
90+
- uses: DanySK/build-check-deploy-gradle-action@34090754388a13138fee87e50771790ac89ac7ff # 4.0.5
9191
with:
9292
build-command: true
9393
check-command: true

0 commit comments

Comments
 (0)