Skip to content

Commit e30bf6a

Browse files
committed
upgrade pnpm action
1 parent 04e8bd5 commit e30bf6a

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/bash__deploy-docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ jobs:
3232
registry-url: 'https://registry.npmjs.org'
3333

3434
- name: Install pnpm
35-
uses: pnpm/action-setup@v4
35+
uses: pnpm/action-setup@v6
3636
with:
3737
version: 11.5.1
38+
cache: true
3839

3940
- name: Set up SSH config
4041
run: |

.github/workflows/bash__deploy-nginx.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ jobs:
4040
registry-url: 'https://registry.npmjs.org'
4141

4242
- name: Install pnpm
43-
uses: pnpm/action-setup@v4
43+
uses: pnpm/action-setup@v6
4444
with:
4545
version: 11.5.1
46+
cache: true
4647

4748
- name: Install dependencies
4849
run: pnpm install --frozen-lockfile

.github/workflows/default__deploy-nginx-rsync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ jobs:
3838
registry-url: 'https://registry.npmjs.org'
3939

4040
- name: Install pnpm
41-
uses: pnpm/action-setup@v4
41+
uses: pnpm/action-setup@v6
4242
with:
4343
version: 11.5.1
44+
cache: true
4445

4546
- name: Install dependencies
4647
run: pnpm install --frozen-lockfile

.github/workflows/default__deploy-nginx-scp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ jobs:
3939
registry-url: 'https://registry.npmjs.org'
4040

4141
- name: Install pnpm
42-
uses: pnpm/action-setup@v4
42+
uses: pnpm/action-setup@v6
4343
with:
4444
version: 11.5.1
45+
cache: true
4546

4647
- name: Install dependencies
4748
run: pnpm install --frozen-lockfile

.github/workflows/gh-pages__deploy-manual.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ jobs:
4444
registry-url: 'https://registry.npmjs.org'
4545

4646
- name: Install pnpm
47-
uses: pnpm/action-setup@v4
47+
uses: pnpm/action-setup@v6
4848
with:
4949
version: 11.5.1
50+
cache: true
5051

5152
- name: Install dependencies
5253
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)