Skip to content

Commit 6d87319

Browse files
Merge pull request #40 from crossplane-contrib/renovate/actions-setup-go-digest
chore(deps): update actions/setup-go digest to 4a36011
2 parents 225e639 + 6ce6748 commit 6d87319

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4545

4646
- name: Setup Go
47-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
47+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
4848
with:
4949
go-version: ${{ env.GO_VERSION }}
5050
cache: false # The golangci-lint action does its own caching.
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6565

6666
- name: Setup Go
67-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
67+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
6868
with:
6969
go-version: ${{ env.GO_VERSION }}
7070

0 commit comments

Comments
 (0)