File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
examples/mern-cdk-ci-cd/cdk-pipeline Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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 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
@@ -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