Skip to content

Commit 28078a1

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/examples/mern-cdk-ci-cd/atlas-integ-infra/aws-cdk-lib-2.187.0
2 parents 81f5dd8 + c1dcfb7 commit 28078a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@f111f3307d8850f501ac008e886eec1fd1932a34
107+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
108108
with:
109109
go-version: ^1.16.0
110110
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
260260
with:
261261
node-version: 18.x
262-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
262+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
263263
with:
264264
go-version: ^1.16.0
265265
- name: Download build artifacts

0 commit comments

Comments
 (0)