Skip to content

Commit 0294d8d

Browse files
chore(deps): bump actions/setup-node from 3.6.0 to 3.7.0 (#2689)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8617999 commit 0294d8d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish_v2_layer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install poetry
7373
run: pipx install poetry
7474
- name: Setup Node.js
75-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
75+
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
7676
with:
7777
node-version: "16.12"
7878
- name: Setup python

.github/workflows/reusable_deploy_v2_layer_stack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
aws-region: ${{ matrix.region }}
135135
role-to-assume: ${{ secrets.AWS_LAYERS_ROLE_ARN }}
136136
- name: Setup Node.js
137-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
137+
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
138138
with:
139139
node-version: "16.12"
140140
- name: Setup python

.github/workflows/reusable_deploy_v2_sar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
aws-region: ${{ env.AWS_REGION }}
8686
role-to-assume: ${{ secrets.AWS_SAR_V2_ROLE_ARN }}
8787
- name: Setup Node.js
88-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
88+
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
8989
with:
9090
node-version: ${{ env.NODE_VERSION }}
9191
- name: Download artifact

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
architecture: "x64"
6262
cache: "poetry"
6363
- name: Setup Node.js
64-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
64+
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
6565
with:
6666
node-version: "16.12"
6767
- name: Install CDK CLI

0 commit comments

Comments
 (0)