Skip to content

Commit 24d14c7

Browse files
Update actions/setup-node action to v4.1.0 (#1214)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8fcdf80 commit 24d14c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323
ref: ${{ github.event.pull_request.head.sha || github.sha }}
24-
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
24+
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
2525
if: github.event_name != 'pull_request' || github.event.action != 'closed'
2626
with:
2727
cache: npm

0 commit comments

Comments
 (0)