Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit a36c765

Browse files
chore(deps): bump pnpm/action-setup from 2.2.4 to 2.4.0 (#81)
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.2.4 to 2.4.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v2.2.4...v2.4.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 606c662 commit a36c765

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pnpm-version: [8]
2020
steps:
2121
- uses: actions/checkout@v3
22-
- uses: pnpm/action-setup@v2.2.4
22+
- uses: pnpm/action-setup@v2.4.0
2323
with:
2424
version: ${{ matrix.pnpm-version }}
2525
- name: Set up Node ${{ matrix.node-version }}
@@ -55,7 +55,7 @@ jobs:
5555
pnpm-version: [8]
5656
steps:
5757
- uses: actions/checkout@v3
58-
- uses: pnpm/action-setup@v2.2.4
58+
- uses: pnpm/action-setup@v2.4.0
5959
with:
6060
version: ${{ matrix.pnpm-version }}
6161
- name: Set up Node ${{ matrix.node-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2020
fetch-depth: 0
2121

22-
- uses: pnpm/action-setup@v2.2.4
22+
- uses: pnpm/action-setup@v2.4.0
2323
with:
2424
version: ${{ matrix.pnpm-version }}
2525
- name: Set up Node ${{ matrix.node-version }}

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919

20-
- uses: pnpm/action-setup@v2.2.4
20+
- uses: pnpm/action-setup@v2.4.0
2121
with:
2222
version: ${{ matrix.pnpm-version }}
2323
- name: Set up Node ${{ matrix.node-version }}

0 commit comments

Comments
 (0)