Skip to content

Commit f6cbed6

Browse files
ci: bump pnpm/action-setup from 6.0.3 to 6.0.5 (#435)
Co-authored-by: StyleShit <32631382+StyleShit@users.noreply.github.com>
1 parent 1e65136 commit f6cbed6

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@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6.0.3
8+
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
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@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6.0.3
34+
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
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@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6.0.3
33+
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
3434
with:
3535
cache: true
3636

0 commit comments

Comments
 (0)