Skip to content

Commit 28607f2

Browse files
chore(deps): update actions/setup-go digest to 0aaccfd (#558)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ed6fa34 commit 28607f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
path: ./bin/
3636
key: binaries
3737
- name: Setup Golang
38-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
38+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
3939
with:
4040
go-version: "${{ env.GO_VERSION }}"
4141
- name: Install envtest
@@ -56,7 +56,7 @@ jobs:
5656
- name: Checkout
5757
uses: actions/checkout@v4
5858
- name: Setup Golang
59-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
59+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
6060
with:
6161
go-version: "${{ env.GO_VERSION }}"
6262
- name: Generate manifests
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- uses: actions/checkout@v4
73-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
73+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
7474
with:
7575
go-version: "${{ env.GO_VERSION }}"
7676
cache: false

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: git fetch --force --tags
2828

2929
- name: Set up Go
30-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
30+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
3131
with:
3232
go-version: "${{ env.GO_VERSION }}"
3333

0 commit comments

Comments
 (0)