Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent f5c4bd7 commit 5fb33dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup PNPM
# You may pin to the exact commit or the version.
# uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
# Version of PNPM to install
version: 6.3.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rollup-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup PNPM
# You may pin to the exact commit or the version.
# uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
# Version of PNPM to install
version: 6.3.0
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Setup PNPM
# You may pin to the exact commit or the version.
# uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
# Version of PNPM to install
version: 6.3.0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/vite-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup PNPM
# You may pin to the exact commit or the version.
# uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
# Version of PNPM to install
version: 7.9.5
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Setup PNPM
# You may pin to the exact commit or the version.
# uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
# Version of PNPM to install
version: 7.9.5
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Setup PNPM
# You may pin to the exact commit or the version.
# uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
# Version of PNPM to install
version: 7.9.5
Expand Down

0 comments on commit 5fb33dc

Please sign in to comment.