3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 - name : Setup Node.js
37- uses : actions/setup-node@v3
37+ uses : actions/setup-node@v4
3838 with :
3939 node-version : 16
4040 cache : ' npm'
4848 with :
4949 markdown : " [${{github.event.issue.title}}](${{github.event.issue.html_url}}) \n ${{github.event.issue.body}}"
5050 - name : Send info about issue
51- uses : rtCamp/action-slack-notify@v2
51+ uses : rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # Using v2.3.2
5252 env :
5353 SLACK_WEBHOOK : ${{secrets.SLACK_TSC_MEMBERS_NOTIFY}}
5454 SLACK_TITLE : 🆘 New issue that requires TSC Members attention 🆘
6161 run : npm install
6262 working-directory : ./.github/workflows/scripts/mailchimp
6363 - name : Send email with MailChimp
64- uses : actions/github-script@v6
64+ uses : actions/github-script@v7
6565 env :
6666 CALENDAR_ID : ${{ secrets.CALENDAR_ID }}
6767 CALENDAR_SERVICE_ACCOUNT : ${{ secrets.CALENDAR_SERVICE_ACCOUNT }}
7777 runs-on : ubuntu-latest
7878 steps :
7979 - name : Checkout repository
80- uses : actions/checkout@v3
80+ uses : actions/checkout@v4
8181 - name : Setup Node.js
82- uses : actions/setup-node@v3
82+ uses : actions/setup-node@v4
8383 with :
8484 node-version : 16
8585 cache : ' npm'
9393 with :
9494 markdown : " [${{github.event.pull_request.title}}](${{github.event.pull_request.html_url}}) \n ${{github.event.pull_request.body}}"
9595 - name : Send info about pull request
96- uses : rtCamp/action-slack-notify@v2
96+ uses : rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # Using v2.3.2
9797 env :
9898 SLACK_WEBHOOK : ${{secrets.SLACK_TSC_MEMBERS_NOTIFY}}
9999 SLACK_TITLE : 🆘 New PR that requires TSC Members attention 🆘
@@ -106,7 +106,7 @@ jobs:
106106 run : npm install
107107 working-directory : ./.github/workflows/scripts/mailchimp
108108 - name : Send email with MailChimp
109- uses : actions/github-script@v6
109+ uses : actions/github-script@v7
110110 env :
111111 CALENDAR_ID : ${{ secrets.CALENDAR_ID }}
112112 CALENDAR_SERVICE_ACCOUNT : ${{ secrets.CALENDAR_SERVICE_ACCOUNT }}
@@ -122,9 +122,9 @@ jobs:
122122 runs-on : ubuntu-latest
123123 steps :
124124 - name : Checkout repository
125- uses : actions/checkout@v3
125+ uses : actions/checkout@v4
126126 - name : Setup Node.js
127- uses : actions/setup-node@v3
127+ uses : actions/setup-node@v4
128128 with :
129129 node-version : 16
130130 cache : ' npm'
@@ -138,7 +138,7 @@ jobs:
138138 with :
139139 markdown : " [${{github.event.discussion.title}}](${{github.event.discussion.html_url}}) \n ${{github.event.discussion.body}}"
140140 - name : Send info about pull request
141- uses : rtCamp/action-slack-notify@v2
141+ uses : rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # Using v2.3.2
142142 env :
143143 SLACK_WEBHOOK : ${{secrets.SLACK_TSC_MEMBERS_NOTIFY}}
144144 SLACK_TITLE : 🆘 New discussion that requires TSC Members attention 🆘
@@ -151,7 +151,7 @@ jobs:
151151 run : npm install
152152 working-directory : ./.github/workflows/scripts/mailchimp
153153 - name : Send email with MailChimp
154- uses : actions/github-script@v6
154+ uses : actions/github-script@v7
155155 env :
156156 CALENDAR_ID : ${{ secrets.CALENDAR_ID }}
157157 CALENDAR_SERVICE_ACCOUNT : ${{ secrets.CALENDAR_SERVICE_ACCOUNT }}
@@ -167,9 +167,9 @@ jobs:
167167 runs-on : ubuntu-latest
168168 steps :
169169 - name : Checkout repository
170- uses : actions/checkout@v3
170+ uses : actions/checkout@v4
171171 - name : Setup Node.js
172- uses : actions/setup-node@v3
172+ uses : actions/setup-node@v4
173173 with :
174174 node-version : 16
175175 cache : ' npm'
@@ -183,7 +183,7 @@ jobs:
183183 with :
184184 markdown : " [${{github.event.issue.title}}](${{github.event.comment.html_url}}) \n ${{github.event.comment.body}}"
185185 - name : Send info about issue comment
186- uses : rtCamp/action-slack-notify@v2
186+ uses : rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # Using v2.3.2
187187 env :
188188 SLACK_WEBHOOK : ${{secrets.SLACK_TSC_MEMBERS_NOTIFY}}
189189 SLACK_TITLE : 🆘 New comment under existing issue that requires TSC Members attention 🆘
@@ -196,7 +196,7 @@ jobs:
196196 run : npm install
197197 working-directory : ./.github/workflows/scripts/mailchimp
198198 - name : Send email with MailChimp
199- uses : actions/github-script@v6
199+ uses : actions/github-script@v7
200200 env :
201201 CALENDAR_ID : ${{ secrets.CALENDAR_ID }}
202202 CALENDAR_SERVICE_ACCOUNT : ${{ secrets.CALENDAR_SERVICE_ACCOUNT }}
@@ -212,9 +212,9 @@ jobs:
212212 runs-on : ubuntu-latest
213213 steps :
214214 - name : Checkout repository
215- uses : actions/checkout@v3
215+ uses : actions/checkout@v4
216216 - name : Setup Node.js
217- uses : actions/setup-node@v3
217+ uses : actions/setup-node@v4
218218 with :
219219 node-version : 16
220220 cache : ' npm'
@@ -228,7 +228,7 @@ jobs:
228228 with :
229229 markdown : " [${{github.event.issue.title}}](${{github.event.comment.html_url}}) \n ${{github.event.comment.body}}"
230230 - name : Send info about PR comment
231- uses : rtCamp/action-slack-notify@v2
231+ uses : rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # Using v2.3.2
232232 env :
233233 SLACK_WEBHOOK : ${{secrets.SLACK_TSC_MEMBERS_NOTIFY}}
234234 SLACK_TITLE : 🆘 New comment under existing PR that requires TSC Members attention 🆘
@@ -241,7 +241,7 @@ jobs:
241241 run : npm install
242242 working-directory : ./.github/workflows/scripts/mailchimp
243243 - name : Send email with MailChimp
244- uses : actions/github-script@v6
244+ uses : actions/github-script@v7
245245 env :
246246 CALENDAR_ID : ${{ secrets.CALENDAR_ID }}
247247 CALENDAR_SERVICE_ACCOUNT : ${{ secrets.CALENDAR_SERVICE_ACCOUNT }}
@@ -257,9 +257,9 @@ jobs:
257257 runs-on : ubuntu-latest
258258 steps :
259259 - name : Checkout repository
260- uses : actions/checkout@v3
260+ uses : actions/checkout@v4
261261 - name : Setup Node.js
262- uses : actions/setup-node@v3
262+ uses : actions/setup-node@v4
263263 with :
264264 node-version : 16
265265 cache : ' npm'
@@ -273,7 +273,7 @@ jobs:
273273 with :
274274 markdown : " [${{github.event.discussion.title}}](${{github.event.comment.html_url}}) \n ${{github.event.comment.body}}"
275275 - name : Send info about discussion comment
276- uses : rtCamp/action-slack-notify@v2
276+ uses : rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # Using v2.3.2
277277 env :
278278 SLACK_WEBHOOK : ${{secrets.SLACK_TSC_MEMBERS_NOTIFY}}
279279 SLACK_TITLE : 🆘 New comment under existing discussion that requires TSC Members attention 🆘
@@ -286,7 +286,7 @@ jobs:
286286 run : npm install
287287 working-directory : ./.github/workflows/scripts/mailchimp
288288 - name : Send email with MailChimp
289- uses : actions/github-script@v6
289+ uses : actions/github-script@v7
290290 env :
291291 CALENDAR_ID : ${{ secrets.CALENDAR_ID }}
292292 CALENDAR_SERVICE_ACCOUNT : ${{ secrets.CALENDAR_SERVICE_ACCOUNT }}
0 commit comments