Skip to content

Commit b7f8864

Browse files
chore(deps): bump mymindstorm/setup-emsdk from 15 to 16 (#1441)
Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 15 to 16. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mymindstorm/setup-emsdk/releases">mymindstorm/setup-emsdk's releases</a>.</em></p> <blockquote> <h2>Version 16</h2> <p>This is really just a no-op release to test publishing from the new location.</p> <h2>What's Changed</h2> <ul> <li>mymindstorm/setup-emsdk -&gt; emscripten-core/setup-emsdk by <a href="https://github.com/mymindstorm"><code>@​mymindstorm</code></a> in <a href="https://redirect.github.com/emscripten-core/setup-emsdk/pull/55">emscripten-core/setup-emsdk#55</a></li> <li>Rename master branch to main by <a href="https://github.com/sbc100"><code>@​sbc100</code></a> in <a href="https://redirect.github.com/emscripten-core/setup-emsdk/pull/57">emscripten-core/setup-emsdk#57</a></li> <li>Use latest versions of github checkout and cache actions by <a href="https://github.com/sbc100"><code>@​sbc100</code></a> in <a href="https://redirect.github.com/emscripten-core/setup-emsdk/pull/58">emscripten-core/setup-emsdk#58</a></li> <li>Update versions uses in README file by <a href="https://github.com/sbc100"><code>@​sbc100</code></a> in <a href="https://redirect.github.com/emscripten-core/setup-emsdk/pull/59">emscripten-core/setup-emsdk#59</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sbc100"><code>@​sbc100</code></a> made their first contribution in <a href="https://redirect.github.com/emscripten-core/setup-emsdk/pull/57">emscripten-core/setup-emsdk#57</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/emscripten-core/setup-emsdk/compare/v15...v16">https://github.com/emscripten-core/setup-emsdk/compare/v15...v16</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/emscripten-core/setup-emsdk/commit/4528d102f7230f0e7b276855c01ea1159be0e984"><code>4528d10</code></a> Update versions uses in README file (<a href="https://redirect.github.com/mymindstorm/setup-emsdk/issues/59">#59</a>)</li> <li><a href="https://github.com/emscripten-core/setup-emsdk/commit/f77ca225aa41598808a0572dba58f37dc0971eef"><code>f77ca22</code></a> Use latest versions of github checkout and cache actions (<a href="https://redirect.github.com/mymindstorm/setup-emsdk/issues/58">#58</a>)</li> <li><a href="https://github.com/emscripten-core/setup-emsdk/commit/fcab05642f9a77e7a426813bdb483b503d2b9c24"><code>fcab056</code></a> Rename master branch to main (<a href="https://redirect.github.com/mymindstorm/setup-emsdk/issues/57">#57</a>)</li> <li><a href="https://github.com/emscripten-core/setup-emsdk/commit/81fcc1fe1a4474fce6240724ef2eb806abd937bb"><code>81fcc1f</code></a> mymindstorm/setup-emsdk -&gt; emscripten-core/setup-emsdk (<a href="https://redirect.github.com/mymindstorm/setup-emsdk/issues/55">#55</a>)</li> <li><a href="https://github.com/emscripten-core/setup-emsdk/commit/eaddcae2385f5fb57a1cc895539ebd3780c782a1"><code>eaddcae</code></a> Update copyright year and holder in LICENSE file</li> <li>See full diff in <a href="https://github.com/mymindstorm/setup-emsdk/compare/v15...v16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mymindstorm/setup-emsdk&package-manager=github_actions&previous-version=15&new-version=16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5e1d21 commit b7f8864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) >> $GITHUB_ENV
5555
echo PYTHON_VERSION=$(pyodide config get python_version | cut -d '.' -f 1-2) >> $GITHUB_ENV
5656
pip uninstall -y pyodide-build
57-
- uses: mymindstorm/setup-emsdk@v15
57+
- uses: mymindstorm/setup-emsdk@v16
5858
with:
5959
version: ${{ env.EMSCRIPTEN_VERSION }}
6060
actions-cache-folder: emsdk-cache

0 commit comments

Comments
 (0)