Skip to content

Commit af93d81

Browse files
chore(deps): update actions/setup-node action to v4.1.0 (#3525)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7750d58 commit af93d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
git config user.name "github-actions[bot]"
3737
git config user.email "github-actions[bot]@users.noreply.github.com"
3838
# First, we want to install yarn since our base image doesn't have it installed
39-
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
39+
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
4040
with:
4141
# This doesn't use cache: 'yarn' as the base image doesn't have it, and we're caching node_modules
4242
node-version: 22

0 commit comments

Comments
 (0)