File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 72
72
- name : Install poetry
73
73
run : pipx install poetry
74
74
- name : Setup Node.js
75
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6 .0
75
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7 .0
76
76
with :
77
77
node-version : " 16.12"
78
78
- name : Setup python
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134
134
aws-region : ${{ matrix.region }}
135
135
role-to-assume : ${{ secrets.AWS_LAYERS_ROLE_ARN }}
136
136
- name : Setup Node.js
137
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6 .0
137
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7 .0
138
138
with :
139
139
node-version : " 16.12"
140
140
- name : Setup python
Original file line number Diff line number Diff line change 85
85
aws-region : ${{ env.AWS_REGION }}
86
86
role-to-assume : ${{ secrets.AWS_SAR_V2_ROLE_ARN }}
87
87
- name : Setup Node.js
88
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6 .0
88
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7 .0
89
89
with :
90
90
node-version : ${{ env.NODE_VERSION }}
91
91
- name : Download artifact
Original file line number Diff line number Diff line change 61
61
architecture : " x64"
62
62
cache : " poetry"
63
63
- name : Setup Node.js
64
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6 .0
64
+ uses : actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7 .0
65
65
with :
66
66
node-version : " 16.12"
67
67
- name : Install CDK CLI
You can’t perform that action at this time.
0 commit comments