Skip to content

Commit 846fc48

Browse files
chore(deps): update actions/setup-node action to v4
1 parent dc42db2 commit 846fc48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
name: Lint & Build
5353
steps:
5454
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
55-
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
55+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
5656
with:
5757
cache: npm
5858
node-version: lts/*
@@ -92,7 +92,7 @@ jobs:
9292
git config --global core.autocrlf false
9393
git config --global core.eol lf
9494
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
95-
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
95+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
9696
with:
9797
cache: npm
9898
node-version: ${{ matrix.node }}
@@ -111,7 +111,7 @@ jobs:
111111
# Need to fetch entire commit history to
112112
# analyze every commit since last release
113113
fetch-depth: 0
114-
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
114+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
115115
with:
116116
cache: npm
117117
node-version: lts/*

0 commit comments

Comments
 (0)