From b95b77fc2d9ffdc9678c1647565e383a38cb8073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 12:18:55 +0100 Subject: [PATCH] Bump hashicorp/actions-slack-status from 1 to 2 (#1024) Bumps [hashicorp/actions-slack-status](https://github.com/hashicorp/actions-slack-status) from 1 to 2. - [Release notes](https://github.com/hashicorp/actions-slack-status/releases) - [Commits](https://github.com/hashicorp/actions-slack-status/compare/v1...v2) --- updated-dependencies: - dependency-name: hashicorp/actions-slack-status dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-helm-charts-index.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-helm-charts-index.yml b/.github/workflows/update-helm-charts-index.yml index 28016abc6..2ab9cd4ef 100644 --- a/.github/workflows/update-helm-charts-index.yml +++ b/.github/workflows/update-helm-charts-index.yml @@ -31,7 +31,7 @@ jobs: --ref main \ -f SOURCE_TAG="${{ github.ref_name }}" \ -f SOURCE_REPO="${{ github.repository }}" - - uses: hashicorp/actions-slack-status@v1 + - uses: hashicorp/actions-slack-status@v2 if: ${{always()}} with: success-message: "vault-helm charts index update triggered successfully. View the run ."