We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844f971 commit 0d9d69bCopy full SHA for 0d9d69b
.github/workflows/ci.yml
@@ -703,7 +703,7 @@ jobs:
703
steps:
704
- uses: actions/checkout@v5
705
- name: Install pnpm
706
- uses: pnpm/action-setup@v4
+ uses: pnpm/action-setup@v5
707
with:
708
version: 10
709
- name: Use Node.js ${{ matrix.node-version }}
.github/workflows/gravity.yml
@@ -14,7 +14,7 @@ jobs:
14
github.event.workflow_run.conclusion == 'success'
15
16
17
- - uses: pnpm/action-setup@v4
+ - uses: pnpm/action-setup@v5
18
19
20
- uses: actions/download-artifact@v8
0 commit comments