From 28b0b03e7e10cafdd04aa8ace807f7ac963e972f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:36:07 +0100 Subject: [PATCH] chore(deps): bump the github-actions group in /.github/actions/slack-message with 1 update (#2537) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/slack-message/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/slack-message/action.yml b/.github/actions/slack-message/action.yml index d54ed2d6..3ca1f391 100644 --- a/.github/actions/slack-message/action.yml +++ b/.github/actions/slack-message/action.yml @@ -54,7 +54,7 @@ runs: using: "composite" steps: - name: Get the Slack token from Vault - uses: hashicorp/vault-action@v2.8.0 + uses: hashicorp/vault-action@v3.0.0 with: url: ${{ inputs.url }} roleId: ${{ inputs.roleId }}