Skip to content

Commit 2e86a18

Browse files
ci(deps): update danysk/build-check-deploy-gradle-action action to v3.7.2 (#146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ae32269 commit 2e86a18

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@4e2caae73009c13e77eb7af602e56cf0f3743538 # 3.7.1
38+
uses: DanySK/build-check-deploy-gradle-action@114ab7e67ef591bc6f7e4038b3a21ade7f9d0f5b # 3.7.2
3939
with:
4040
build-command: |
4141
if [[ "$RUNNER_OS" == "Windows" ]]; then
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
9090
with:
9191
node-version-file: package.json
92-
- uses: DanySK/build-check-deploy-gradle-action@4e2caae73009c13e77eb7af602e56cf0f3743538 # 3.7.1
92+
- uses: DanySK/build-check-deploy-gradle-action@114ab7e67ef591bc6f7e4038b3a21ade7f9d0f5b # 3.7.2
9393
with:
9494
build-command: true
9595
check-command: true

0 commit comments

Comments
 (0)