Skip to content

Commit 9a72644

Browse files
authored
Merge pull request #51 from crossplane-contrib/renovate/actions-setup-go-digest
chore(deps): update actions/setup-go digest to 0a12ed9
2 parents 7452d11 + c843aa2 commit 9a72644

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
submodules: true
4242

4343
- name: Setup Go
44-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
44+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
4545
with:
4646
go-version: ${{ env.GO_VERSION }}
4747

@@ -85,7 +85,7 @@ jobs:
8585
submodules: true
8686

8787
- name: Setup Go
88-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
88+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
8989
with:
9090
go-version: ${{ env.GO_VERSION }}
9191

@@ -131,7 +131,7 @@ jobs:
131131
run: git fetch --prune --unshallow
132132

133133
- name: Setup Go
134-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
134+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
135135
with:
136136
go-version: ${{ env.GO_VERSION }}
137137

@@ -191,7 +191,7 @@ jobs:
191191
run: git fetch --prune --unshallow
192192

193193
- name: Setup Go
194-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
194+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
195195
with:
196196
go-version: ${{ env.GO_VERSION }}
197197

0 commit comments

Comments
 (0)