We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222b6ab commit cb7cef5Copy full SHA for cb7cef5
.github/actions/install/action.yml
@@ -3,7 +3,7 @@ runs:
3
using: composite
4
steps:
5
- name: Install pnpm
6
- uses: pnpm/action-setup@v3
+ uses: pnpm/action-setup@v4
7
with:
8
version: 8
9
0 commit comments