diff --git a/slack-notification/action.yml b/slack-notification/action.yml index d0b23f5..66198fd 100644 --- a/slack-notification/action.yml +++ b/slack-notification/action.yml @@ -27,7 +27,7 @@ runs: env: STATUS: ${{ inputs.status || job.status }} - - uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # v3.0.5 + - uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d # v4.0.0 with: webhook: ${{ inputs.slack-webhook-url }} webhook-type: incoming-webhook