diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 6f2eb902..8ff1a7ce 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -45,7 +45,7 @@ jobs: with: node-version: '20.x' - - uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4 + - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 - name: Get pnpm store directory id: pnpm-cache run: | diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 78d1e62e..d681daf6 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -44,7 +44,7 @@ jobs: node-version: '20.x' registry-url: 'https://npm.pkg.github.com' - - uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4 + - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 - name: Get pnpm store directory id: pnpm-cache run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 613d245e..d843aebf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: node-version: '20.x' registry-url: 'https://npm.pkg.github.com' - - uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4 + - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 - name: Get pnpm store directory id: pnpm-cache run: | diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9d8c82ab..06be7d76 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -54,7 +54,7 @@ jobs: node-version: '20.x' registry-url: 'https://npm.pkg.github.com' - - uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4 + - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 - name: Get pnpm store directory id: pnpm-cache run: |