Skip to content

Commit 317d6be

Browse files
author
Eugene Cheung
authored
chore: bump slackapi/slack-github-action [skip ci] (#375)
Addresses the warning: > Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: slackapi/[email protected]. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Example run with warning: https://github.com/cdklabs/cdk-monitoring-constructs/actions/runs/5148341475 --- _By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license_
1 parent 860dbfd commit 317d6be

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.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ project.release.addJobs({
140140
},
141141
{
142142
name: "Send notification",
143-
uses: "slackapi/slack-github-action@v1.18.0",
143+
uses: "slackapi/slack-github-action@v1.24.0",
144144
with: {
145145
payload: `{"html_url": "\${{ steps.get_release.outputs.html_url }}", "tag_name": "\${{ steps.get_release.outputs.tag_name }}"}`,
146146
},

0 commit comments

Comments
 (0)