Skip to content

Commit bec4b39

Browse files
Merge pull request #209 from rust-lang/renovate/major-github-actions
chore(deps): update pnpm/action-setup action to v5
2 parents 35745ab + 7541052 commit bec4b39

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Install pnpm
29-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
29+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
3030
with:
3131
version: ${{ env.PNPM_VERSION }}
3232

@@ -47,7 +47,7 @@ jobs:
4747
persist-credentials: false
4848

4949
- name: Install pnpm
50-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
50+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
5151
with:
5252
version: ${{ env.PNPM_VERSION }}
5353

@@ -68,7 +68,7 @@ jobs:
6868
persist-credentials: false
6969

7070
- name: Install pnpm
71-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
71+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
7272
with:
7373
version: ${{ env.PNPM_VERSION }}
7474

@@ -105,7 +105,7 @@ jobs:
105105
persist-credentials: false
106106

107107
- name: Install pnpm
108-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
108+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
109109
with:
110110
version: ${{ env.PNPM_VERSION }}
111111

0 commit comments

Comments
 (0)