Skip to content

Commit 5b94644

Browse files
chore(workflow): Update slack notification action (#598)
> 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]>
1 parent e391785 commit 5b94644

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ project.release?.addJobs({
143143
},
144144
{
145145
name: "Send notification",
146-
uses: "slackapi/slack-github-action@v1.24.0",
146+
uses: "slackapi/slack-github-action@v1.27.0",
147147
with: {
148148
payload: `{"html_url": "\${{ steps.get_release.outputs.html_url }}", "tag_name": "\${{ steps.get_release.outputs.tag_name }}"}`,
149149
},

0 commit comments

Comments
 (0)