Skip to content

Commit d5918bc

Browse files
chore(deps): update actions/setup-go action to v5.3.0 (#680)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3310a9a commit d5918bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 2
3535

3636
- name: Set up Go
37-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
37+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3838
with:
3939
go-version-file: .go-version
4040

@@ -53,7 +53,7 @@ jobs:
5353
fetch-depth: 2
5454

5555
- name: Set up Go
56-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
56+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
5757
with:
5858
go-version-file: .go-version
5959

@@ -77,7 +77,7 @@ jobs:
7777
fetch-depth: 2
7878

7979
- name: Set up Go
80-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
80+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
8181
with:
8282
go-version-file: .go-version
8383

@@ -105,7 +105,7 @@ jobs:
105105
fetch-depth: 2
106106

107107
- name: Set up Go
108-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
108+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
109109
with:
110110
go-version-file: .go-version
111111

@@ -138,7 +138,7 @@ jobs:
138138
ssh-key: ${{ secrets.SEMANTIC_RELEASE_SSH_KEY }}
139139

140140
- name: Set up Go
141-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
141+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
142142
with:
143143
go-version-file: .go-version
144144

0 commit comments

Comments
 (0)