We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7095f4f commit 3a5aa1dCopy full SHA for 3a5aa1d
1 file changed
‎action.yaml‎
@@ -51,13 +51,13 @@ runs:
51
52
- name: Setup Node.js
53
if: ${{ inputs.should-cache == 'false' }}
54
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
55
with:
56
node-version: ${{ inputs.node-version }}
57
58
59
if: ${{ inputs.should-cache == 'true' }}
60
61
62
63
cache: ${{ inputs.package-manager }}
0 commit comments