From b9aa88fd0302c0af650000ff1286879baa53b390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 08:58:31 +0100 Subject: [PATCH] Bump actions/github-script from 3 to 7 in /.github/actions/send-slack-notification (#363) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/send-slack-notification/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/send-slack-notification/action.yml b/.github/actions/send-slack-notification/action.yml index bcd95bc89..62a8c97f3 100644 --- a/.github/actions/send-slack-notification/action.yml +++ b/.github/actions/send-slack-notification/action.yml @@ -24,7 +24,7 @@ runs: steps: - name: Validate token if: inputs.token == '' - uses: actions/github-script@v3 + uses: actions/github-script@v7 with: script: | core.setFailed('Slack token was not provided!')