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!')