diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 35e780b..4e5bdb4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: pnpm-version: [7] steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.4.0 with: version: ${{ matrix.pnpm-version }} - name: Set up Node ${{ matrix.node-version }} @@ -61,7 +61,7 @@ jobs: pnpm-version: [7] steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.4.0 with: version: ${{ matrix.pnpm-version }} - name: Set up Node ${{ matrix.node-version }} @@ -94,7 +94,7 @@ jobs: pnpm-version: [7] steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.4.0 with: version: ${{ matrix.pnpm-version }} - name: Set up Node ${{ matrix.node-version }} @@ -128,7 +128,7 @@ jobs: react-version: [17, 18] steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.4.0 with: version: ${{ matrix.pnpm-version }} - name: Set up Node ${{ matrix.node-version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d48485..2144176 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits. fetch-depth: 0 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.4.0 with: version: ${{ matrix.pnpm-version }} - name: Set up Node ${{ matrix.node-version }} diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 2f02332..6f71bb6 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.4.0 with: version: ${{ matrix.pnpm-version }} - name: Set up Node ${{ matrix.node-version }}