Skip to content

Commit e1012c9

Browse files
authored
chore(ci): update GitHub Actions to latest versions (#3573)
* Update nightly-ci.yml * Update arbitrator-ci.yml
1 parent 087134d commit e1012c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/arbitrator-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Setup emsdk
131131
if: steps.cache-cbrotli.outputs.cache-hit != 'true'
132-
uses: mymindstorm/setup-emsdk@v12
132+
uses: mymindstorm/setup-emsdk@v14
133133
with:
134134
# Make sure to set a version number!
135135
version: 3.1.6

.github/workflows/nightly-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ jobs:
344344
if: ${{ failure() }}
345345
steps:
346346
- name: Send Slack notification
347-
uses: slackapi/slack-github-action@v2.0.0
347+
uses: slackapi/slack-github-action@v2.1.1
348348
with:
349349
errors: true
350350
method: chat.postMessage

0 commit comments

Comments
 (0)