Skip to content

Commit f7ad0d0

Browse files
chore(deps): update pnpm/action-setup action to v2.2.3 (#154)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f63f935 commit f7ad0d0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/check-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-20.04
99
steps:
1010
- uses: actions/[email protected]
11-
- uses: pnpm/[email protected].2
11+
- uses: pnpm/[email protected].3
1212
- name: Use Node.js
1313
uses: actions/[email protected]
1414
with:

.github/workflows/deploy-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737
- name: Setup PNPM
38-
uses: pnpm/[email protected].2
38+
uses: pnpm/[email protected].3
3939
- name: Setup Node
4040
uses: actions/[email protected]
4141
with:

.github/workflows/deploy-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
25-
- uses: pnpm/[email protected].2
25+
- uses: pnpm/[email protected].3
2626
- name: Use Node.js
2727
uses: actions/[email protected]
2828
with:

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-20.04
88
steps:
99
- uses: actions/[email protected]
10-
- uses: pnpm/[email protected].2
10+
- uses: pnpm/[email protected].3
1111
- name: Use Node.js
1212
uses: actions/[email protected]
1313
with:
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-20.04
2222
steps:
2323
- uses: actions/[email protected]
24-
- uses: pnpm/[email protected].2
24+
- uses: pnpm/[email protected].3
2525
- name: Use Node.js
2626
uses: actions/[email protected]
2727
with:
@@ -38,7 +38,7 @@ jobs:
3838
node: [ '14', '16', '17' ]
3939
steps:
4040
- uses: actions/[email protected]
41-
- uses: pnpm/[email protected].2
41+
- uses: pnpm/[email protected].3
4242
- name: Use Node.js
4343
uses: actions/[email protected]
4444
with:

0 commit comments

Comments
 (0)