Skip to content

Commit fd0c410

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-python-5.6.0
2 parents ba1a297 + cbba578 commit fd0c410

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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

examples/mern-cdk-ci-cd/cdk-pipeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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
}

0 commit comments

Comments
 (0)