We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3b18e commit 6fec9e8Copy full SHA for 6fec9e8
.github/actions/pnpm/action.yml
@@ -15,7 +15,7 @@ runs:
15
version: ${{ inputs.version }}
16
17
- name: Setup node
18
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
+ uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
19
with:
20
node-version: '18'
21
cache: 'pnpm'
.github/actions/pretest/action.yml
@@ -21,7 +21,7 @@ runs:
22
23
24
25
26
27
0 commit comments