Skip to content

Commit 4ab2f1c

Browse files
Bump pnpm/action-setup from 3 to 4 (#156)
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3 to 4. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v3...v4) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73ede91 commit 4ab2f1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version-file: pyodide-e2e/.nvmrc
2323

24-
- uses: pnpm/action-setup@v3
24+
- uses: pnpm/action-setup@v4
2525
name: Install pnpm
2626
with:
2727
version: 8

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
name: transformers_js_py-${{ startsWith(github.ref, 'refs/tags/v') && github.ref_name || github.sha }}.tgz
112112
path: dist
113113

114-
- uses: pnpm/action-setup@v3
114+
- uses: pnpm/action-setup@v4
115115
with:
116116
version: 6.0.2
117117
run_install: |

0 commit comments

Comments
 (0)