Skip to content

Commit

Permalink
[deps]: Update slackapi/slack-github-action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent 59f1e79 commit f9a74e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion report-deployment-status-to-slack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ runs:
- name: Post/Edit message to a Slack channel
id: slack-message
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
with:
channel-id: ${{ inputs.slack-channel }}
slack-message: ${{ steps.setup.outputs.slack_message }}
Expand Down
2 changes: 1 addition & 1 deletion report-upcoming-release-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
- name: Post message to a Slack channel
id: slack-message
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
with:
channel-id: ${{ inputs.slack-channel }}
slack-message: ${{ steps.setup.outputs.slack_message }}
Expand Down

0 comments on commit f9a74e5

Please sign in to comment.