Skip to content

Commit

Permalink
chore(deps): bump pyodide/pyodide-actions in the actions group (#1298)
Browse files Browse the repository at this point in the history
Bumps the actions group with 1 update: [pyodide/pyodide-actions](https://github.com/pyodide/pyodide-actions).


Updates `pyodide/pyodide-actions` from 1 to 2
- [Commits](pyodide/pyodide-actions@v1...v2)

---
updated-dependencies:
- dependency-name: pyodide/pyodide-actions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 2ba0e4a commit f36f39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@ jobs:
rm -rf dependencies/
- name: Download Pyodide
uses: pyodide/pyodide-actions/download-pyodide@v1
uses: pyodide/pyodide-actions/download-pyodide@v2
with:
version: ${{ env.PYODIDE_VERSION }}
to: pyodide-dist

- name: Install browser
uses: pyodide/pyodide-actions/install-browser@v1
uses: pyodide/pyodide-actions/install-browser@v2
with:
runner: selenium
browser: chrome
Expand Down

0 comments on commit f36f39c

Please sign in to comment.