File tree Expand file tree Collapse file tree 4 files changed +14
-13
lines changed Expand file tree Collapse file tree 4 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 6363 runs-on : ubuntu-latest
6464 permissions : {}
6565 steps :
66- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
66+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
6767 with :
6868 python-version : 3.x
6969 - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
@@ -104,7 +104,7 @@ jobs:
104104 runs-on : ubuntu-latest
105105 permissions : {}
106106 steps :
107- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
107+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
108108 with :
109109 go-version : ^1.16.0
110110 - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
2828 with :
2929 distribution : temurin
3030 java-version : 11.x
31- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
31+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
3232 name : Setup Python
3333 with :
3434 python-version : 3.x
3535 - uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9
3636 name : Setup .NET
3737 with :
3838 dotnet-version : 9.0.x
39- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
39+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
4040 name : Setup Go
4141 with :
4242 go-version : ^1.16.0
@@ -144,7 +144,7 @@ jobs:
144144 - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
145145 with :
146146 node-version : 18.x
147- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
147+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
148148 with :
149149 python-version : 3.x
150150 - name : Download build artifacts
@@ -233,7 +233,7 @@ jobs:
233233 - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
234234 with :
235235 node-version : 18.x
236- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
236+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
237237 with :
238238 go-version : ^1.16.0
239239 - name : Download build artifacts
Original file line number Diff line number Diff line change 2020 "typescript" : " ~4.9.4"
2121 },
2222 "dependencies" : {
23- "aws-cdk-lib" : " 2.187.0 " ,
23+ "aws-cdk-lib" : " 2.189.1 " ,
2424 "constructs" : " ^10.0.0" ,
2525 "source-map-support" : " ^0.5.21"
2626 }
You can’t perform that action at this time.
0 commit comments