Skip to content

Commit 0d9d69b

Browse files
renovate[bot]marcoow
authored andcommitted
chore(deps): update pnpm/action-setup action to v5
1 parent 844f971 commit 0d9d69b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ jobs:
703703
steps:
704704
- uses: actions/checkout@v5
705705
- name: Install pnpm
706-
uses: pnpm/action-setup@v4
706+
uses: pnpm/action-setup@v5
707707
with:
708708
version: 10
709709
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/gravity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
github.event.workflow_run.conclusion == 'success'
1515
steps:
1616
- uses: actions/checkout@v5
17-
- uses: pnpm/action-setup@v4
17+
- uses: pnpm/action-setup@v5
1818
with:
1919
version: 10
2020
- uses: actions/download-artifact@v8

0 commit comments

Comments
 (0)