Skip to content

Commit

Permalink
Bump actions/github-script from 3 to 7 in /.github/actions/send-slack…
Browse files Browse the repository at this point in the history
…-notification (#363)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 9529818 commit b9aa88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/send-slack-notification/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!')
Expand Down

0 comments on commit b9aa88f

Please sign in to comment.