Skip to content

Commit ba73d8c

Browse files
[deps]: Update actions/setup-node action to v7 (#1180)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 517a22c commit ba73d8c

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/setup-node-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
using: "composite"
1414
steps:
1515
- name: Set up Node
16-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
16+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
1717
with:
1818
cache: "npm"
1919
cache-dependency-path: "**/package-lock.json"

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "node_version=$NODE_VERSION" >> "$GITHUB_OUTPUT"
3636
3737
- name: Set up Node
38-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
38+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3939
with:
4040
cache: 'npm'
4141
cache-dependency-path: '**/package-lock.json'

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo "node_version=$NODE_VERSION" >> "$GITHUB_OUTPUT"
5959
6060
- name: Set up Node
61-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
61+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
6262
with:
6363
cache: 'npm'
6464
cache-dependency-path: '**/package-lock.json'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "node_version=$NODE_VERSION" >> "$GITHUB_OUTPUT"
3434
3535
- name: Set up Node
36-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
36+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3737
with:
3838
cache: 'npm'
3939
cache-dependency-path: '**/package-lock.json'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "node_version=$NODE_VERSION" >> "$GITHUB_OUTPUT"
3535
3636
- name: Set up Node
37-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
37+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3838
with:
3939
cache: 'npm'
4040
cache-dependency-path: '**/package-lock.json'

0 commit comments

Comments
 (0)