diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 08be291..be8a514 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -26,7 +26,7 @@ jobs: node-version: 20 - name: Install pnpm - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 + uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 with: version: 9.6.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8d0865..f615807 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 + - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 name: Install pnpm with: version: 9.6.0 @@ -99,7 +99,7 @@ jobs: with: node-version: 20 - - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 + - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 name: Install pnpm with: version: 9.6.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04db84e..1fc402c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install pnpm - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 + uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 with: version: 9.6.0