Skip to content

Commit f23b5d5

Browse files
Update pnpm/action-setup action to v6.0.8 (#102)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c7960be commit f23b5d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26-
- uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # v6.0.1
26+
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
2727
name: Install pnpm
2828
with:
2929
standalone: true

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414

15-
- uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # v6.0.1
15+
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
1616
name: Install pnpm
1717
with:
1818
standalone: true

0 commit comments

Comments
 (0)