From 5c4002f644e238f95f580ee8767af726cd5f89fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 01:16:08 +0000 Subject: [PATCH] chore(deps): update maxgfr/github-multi-deployments action to v1.4.6 --- .github/workflows/test-action-remote.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-action-remote.yml b/.github/workflows/test-action-remote.yml index cb0890b..aecbfee 100644 --- a/.github/workflows/test-action-remote.yml +++ b/.github/workflows/test-action-remote.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify deployment start - uses: maxgfr/github-multi-deployments@v1.3.2 + uses: maxgfr/github-multi-deployments@v1.4.6 id: deployment with: step: start @@ -20,7 +20,7 @@ jobs: debug: true - name: Notify deployment finish - uses: maxgfr/github-multi-deployments@v1.3.2 + uses: maxgfr/github-multi-deployments@v1.4.6 with: step: finish status: 'success'