Skip to content

Commit 7960f1a

Browse files
ci: bump pnpm/action-setup from 6.0.5 to 6.0.6 (#458)
Co-authored-by: StyleShit <32631382+StyleShit@users.noreply.github.com>
1 parent af451c8 commit 7960f1a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
using: composite
66
steps:
77
- name: Install pnpm
8-
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
8+
uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
99
with:
1010
cache: true
1111

.github/workflows/pr-name-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Install pnpm
34-
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
34+
uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
3535
with:
3636
cache: true
3737

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
filter: 'blob:none'
3131

3232
- name: Install pnpm
33-
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
33+
uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
3434
with:
3535
cache: true
3636

0 commit comments

Comments
 (0)