File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 48
48
with :
49
49
ref : ${{ github.sha }}
50
50
- name : Setup Node.js
51
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
51
+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
52
52
with :
53
53
node-version : " 22"
54
54
- name : Setup dependencies
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
pipx install git+https://github.com/python-poetry/poetry@bd500dd3bdfaec3de6894144c9cedb3a9358be84 # v2.0.1
124
124
pipx inject poetry git+https://github.com/python-poetry/poetry-plugin-export@8c83d26603ca94f2e203bfded7b6d7f530960e06 # v1.8.0
125
125
- name : Setup Node.js
126
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
126
+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
127
127
with :
128
128
node-version : " 18.20.4"
129
129
- name : Setup python
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167
167
role-to-assume : ${{ secrets.AWS_LAYERS_ROLE_ARN }}
168
168
mask-aws-account-id : true
169
169
- name : Setup Node.js
170
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
170
+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
171
171
with :
172
172
node-version : " 18.20.4"
173
173
- name : Setup python
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
role-to-assume : ${{ secrets.AWS_SAR_V3_ROLE_ARN }}
110
110
mask-aws-account-id : true
111
111
- name : Setup Node.js
112
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
112
+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
113
113
with :
114
114
node-version : ${{ env.NODE_VERSION }}
115
115
- name : Download artifact
Original file line number Diff line number Diff line change 62
62
architecture : " x64"
63
63
cache : " poetry"
64
64
- name : Setup Node.js
65
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
65
+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
66
66
with :
67
67
node-version : " 20.10.0"
68
68
- name : Install CDK CLI
You can’t perform that action at this time.
0 commit comments