From 87c52c0c81ad468f73a7ff09629757bf09d167a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 03:02:35 +0000 Subject: [PATCH] build(deps): bump pyodide/pyodide-actions in the github-actions group Bumps the github-actions group with 1 update: [pyodide/pyodide-actions](https://github.com/pyodide/pyodide-actions). Updates `pyodide/pyodide-actions` from e3edcb8db4f1ec4604e402013f3ae2ee9f114441 to 29efa4ea7d4f7c8b6e94e65418798457cc7f4b7f - [Commits](https://github.com/pyodide/pyodide-actions/compare/e3edcb8db4f1ec4604e402013f3ae2ee9f114441...29efa4ea7d4f7c8b6e94e65418798457cc7f4b7f) --- updated-dependencies: - dependency-name: pyodide/pyodide-actions dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/python-wasm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-wasm.yml b/.github/workflows/python-wasm.yml index a060eb0bc..3a5af767f 100644 --- a/.github/workflows/python-wasm.yml +++ b/.github/workflows/python-wasm.yml @@ -73,7 +73,7 @@ jobs: run: | pnpm run --aggregate-output --filter "@itk-wasm/${{ matrix.package }}-build" test:python:wasi - - uses: pyodide/pyodide-actions/install-browser@e3edcb8db4f1ec4604e402013f3ae2ee9f114441 + - uses: pyodide/pyodide-actions/install-browser@29efa4ea7d4f7c8b6e94e65418798457cc7f4b7f if: ${{ matrix.python-minor-version > 10 }} with: runner: selenium