Skip to content

Commit

Permalink
chore(workflow): Update slack notification action (#598)
Browse files Browse the repository at this point in the history
> The following actions use a deprecated Node.js version and will be
forced to run on node20: slackapi/[email protected]. For more
info:
https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

eg:
https://github.com/cdklabs/cdk-monitoring-constructs/actions/runs/11822135099/job/32938877139

---

_By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license_

Co-authored-by: Caymon Sullivan <[email protected]>
  • Loading branch information
giantcow and cayman-amzn authored Nov 13, 2024
1 parent e391785 commit 5b94644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ project.release?.addJobs({
},
{
name: "Send notification",
uses: "slackapi/slack-github-action@v1.24.0",
uses: "slackapi/slack-github-action@v1.27.0",
with: {
payload: `{"html_url": "\${{ steps.get_release.outputs.html_url }}", "tag_name": "\${{ steps.get_release.outputs.tag_name }}"}`,
},
Expand Down

0 comments on commit 5b94644

Please sign in to comment.