We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7750d58 commit af93d81Copy full SHA for af93d81
.github/actions/setup/action.yml
@@ -36,7 +36,7 @@ runs:
36
git config user.name "github-actions[bot]"
37
git config user.email "github-actions[bot]@users.noreply.github.com"
38
# First, we want to install yarn since our base image doesn't have it installed
39
- - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
+ - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
40
with:
41
# This doesn't use cache: 'yarn' as the base image doesn't have it, and we're caching node_modules
42
node-version: 22
0 commit comments