From 372892199f25c9d7bee841b22d1da528fa6dba1c Mon Sep 17 00:00:00 2001 From: jeffvli Date: Fri, 13 Mar 2026 17:02:34 -0700 Subject: [PATCH] pin pnpm/action-setup to v4 --- .github/workflows/publish-alpha.yml | 4 ++-- .github/workflows/publish-beta.yml | 4 ++-- .github/workflows/publish-linux.yml | 2 +- .github/workflows/publish-macos.yml | 2 +- .github/workflows/publish-pr.yml | 2 +- .github/workflows/publish-windows.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/publish-alpha.yml b/.github/workflows/publish-alpha.yml index 2edb3ed02..fb75a304e 100644 --- a/.github/workflows/publish-alpha.yml +++ b/.github/workflows/publish-alpha.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v6 - name: Install Node and PNPM - uses: pnpm/action-setup@v4.4.0 + uses: pnpm/action-setup@v4 with: version: 9 @@ -128,7 +128,7 @@ jobs: uses: actions/checkout@v6 - name: Install Node and PNPM - uses: pnpm/action-setup@v4.4.0 + uses: pnpm/action-setup@v4 with: version: 9 diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml index d5bad97c8..45864cc9b 100644 --- a/.github/workflows/publish-beta.yml +++ b/.github/workflows/publish-beta.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v6 - name: Install Node and PNPM - uses: pnpm/action-setup@v4.4.0 + uses: pnpm/action-setup@v4 with: version: 9 @@ -122,7 +122,7 @@ jobs: uses: actions/checkout@v6 - name: Install Node and PNPM - uses: pnpm/action-setup@v4.4.0 + uses: pnpm/action-setup@v4 with: version: 9 diff --git a/.github/workflows/publish-linux.yml b/.github/workflows/publish-linux.yml index 69ec5be5c..1cac42cbc 100644 --- a/.github/workflows/publish-linux.yml +++ b/.github/workflows/publish-linux.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v6 - name: Install Node and PNPM - uses: pnpm/action-setup@v4.4.0 + uses: pnpm/action-setup@v4 with: version: 9 diff --git a/.github/workflows/publish-macos.yml b/.github/workflows/publish-macos.yml index 2c97072d9..dc6b2ab1d 100644 --- a/.github/workflows/publish-macos.yml +++ b/.github/workflows/publish-macos.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v6 - name: Install Node and PNPM - uses: pnpm/action-setup@v4.4.0 + uses: pnpm/action-setup@v4 with: version: 9 diff --git a/.github/workflows/publish-pr.yml b/.github/workflows/publish-pr.yml index 8e8ab4717..89d0b1777 100644 --- a/.github/workflows/publish-pr.yml +++ b/.github/workflows/publish-pr.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6 - name: Install Node and PNPM - uses: pnpm/action-setup@v4.4.0 + uses: pnpm/action-setup@v4 with: version: 9 diff --git a/.github/workflows/publish-windows.yml b/.github/workflows/publish-windows.yml index 8511271fe..ee4963d6c 100644 --- a/.github/workflows/publish-windows.yml +++ b/.github/workflows/publish-windows.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v6 - name: Install Node and PNPM - uses: pnpm/action-setup@v4.4.0 + uses: pnpm/action-setup@v4 with: version: 9 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7e11b335d..4e7e7ed8d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v6 - name: Install Node and PNPM - uses: pnpm/action-setup@v4.4.0 + uses: pnpm/action-setup@v4 with: version: 9 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4373e48fa..59722d9e8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v6 - name: Install Node.js and PNPM - uses: pnpm/action-setup@v4.4.0 + uses: pnpm/action-setup@v4 with: version: 9