Skip to content

Commit 9fe4247

Browse files
dependabot[bot]dreamorosi
authored andcommitted
chore(deps): bump actions/setup-node from 3.6.0 to 4.0.1 (#1881)
1 parent e2bc968 commit 9fe4247

7 files changed

+10
-10
lines changed

.github/workflows/make-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# While `fetch-depth` is used to allow the workflow to later commit & push the changes.
2929
fetch-depth: 0
3030
- name: Setup NodeJS
31-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
31+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
3232
with:
3333
node-version: "20"
3434
cache: "npm"

.github/workflows/make-v2-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout code
2424
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2525
- name: Setup NodeJS
26-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
26+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
2727
with:
2828
node-version: '20'
2929
cache: 'npm'

.github/workflows/publish_layer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
- name: Setup Node.js
40-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
40+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
4141
with:
4242
node-version: "20"
4343
- name: Setup dependencies

.github/workflows/reusable-publish-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# While `fetch-depth` is used to allow the workflow to later commit & push the changes.
4646
fetch-depth: 0
4747
- name: Setup NodeJS
48-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
48+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
4949
with:
5050
node-version: "20"
5151
cache: "npm"

.github/workflows/reusable-run-linting-check-and-unit-tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2121
- name: Setup NodeJS
22-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
22+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
2323
with:
2424
node-version: ${{ matrix.version }}
2525
cache: 'npm'
@@ -46,7 +46,7 @@ jobs:
4646
- name: Checkout code
4747
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4848
- name: Setup NodeJS
49-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
49+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
5050
with:
5151
node-version: 20
5252
cache: "npm"
@@ -64,7 +64,7 @@ jobs:
6464
- name: Checkout code
6565
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
6666
- name: Setup NodeJS
67-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
67+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
6868
with:
6969
node-version: 20
7070
cache: "npm"
@@ -82,7 +82,7 @@ jobs:
8282
- name: Checkout code
8383
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
8484
- name: Setup NodeJS
85-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
85+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
8686
with:
8787
node-version: 20
8888
cache: "npm"

.github/workflows/reusable_deploy_layer_stack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
role-to-assume: ${{ secrets.target-account-role }}
7171
mask-aws-account-id: true
7272
- name: Setup Node.js
73-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
73+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
7474
with:
7575
node-version: "20"
7676
- name: Setup dependencies

.github/workflows/run-e2e-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
ref: ${{ steps.extract_PR_details.outputs.headSHA }}
5656
- name: Setup NodeJS
57-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
57+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
5858
with:
5959
node-version: '20'
6060
- name: Setup dependencies

0 commit comments

Comments
 (0)