Skip to content

Commit

Permalink
Merge pull request #28 from mozilla-it/update-slack-action
Browse files Browse the repository at this point in the history
fix(slack/action): Update to latest to get new node runtime
  • Loading branch information
bkochendorfer authored Mar 11, 2024
2 parents 9f5bc08 + 57ce586 commit abc4889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
using: composite
steps:
- id: slack
uses: slackapi/slack-github-action@v1.23.0
uses: slackapi/slack-github-action@v1.25.0
env:
SLACK_BOT_TOKEN: ${{ inputs.SLACK_BOT_TOKEN }}
MESSAGE: >-
Expand Down

0 comments on commit abc4889

Please sign in to comment.