Skip to content

Commit 62e6f40

Browse files
authored
Merge branch 'main' into parametermanager-kms_key-samples
2 parents 1726b8b + d513cc7 commit 62e6f40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/custard-ci-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Create `bin` directory for cloud-samples-tools binaries
4646
run: mkdir bin
4747
working-directory: cloud-samples-tools
48-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
48+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
4949
with:
5050
go-version: ${{ env.GO_VERSION }}
5151
- name: Build Custard (from cloud-samples-tools)

.github/workflows/custard-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Create `bin` directory for cloud-samples-tools binaries
5050
run: mkdir bin
5151
working-directory: cloud-samples-tools
52-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
52+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
5353
with:
5454
go-version: ${{ env.GO_VERSION }}
5555
- name: Build Custard (from cloud-samples-tools)

0 commit comments

Comments
 (0)