We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087134d commit e1012c9Copy full SHA for e1012c9
.github/workflows/arbitrator-ci.yml
@@ -129,7 +129,7 @@ jobs:
129
130
- name: Setup emsdk
131
if: steps.cache-cbrotli.outputs.cache-hit != 'true'
132
- uses: mymindstorm/setup-emsdk@v12
+ uses: mymindstorm/setup-emsdk@v14
133
with:
134
# Make sure to set a version number!
135
version: 3.1.6
.github/workflows/nightly-ci.yml
@@ -344,7 +344,7 @@ jobs:
344
if: ${{ failure() }}
345
steps:
346
- name: Send Slack notification
347
- uses: slackapi/slack-github-action@v2.0.0
+ uses: slackapi/slack-github-action@v2.1.1
348
349
errors: true
350
method: chat.postMessage
0 commit comments