Skip to content

Commit fbdb4d0

Browse files
authored
Merge pull request #3137 from lima-vm/dependabot/github_actions/actions/setup-go-5.3.0
build(deps): bump actions/setup-go from 5.2.0 to 5.3.0
2 parents d9ee4bc + 587cfcd commit fbdb4d0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838
with:
3939
fetch-depth: 1
40-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
40+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
4141
with:
4242
go-version: 1.23.x
4343
- name: Make darwin artifacts
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
name: artifacts-darwin
6666
path: _artifacts/
67-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
67+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
6868
with:
6969
go-version: 1.23.x
7070
- name: Install gcc-x86-64-linux-gnu

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
# To avoid "failed to load YAML file \"templates/experimental/riscv64.yaml\": can't parse builtin Lima version \"3f3a6f6\": 3f3a6f6 is not in dotted-tri format"
3131
fetch-depth: 0
32-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
32+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3333
with:
3434
go-version: 1.23.x
3535
- name: Install protoc
@@ -98,7 +98,7 @@ jobs:
9898
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9999
with:
100100
fetch-depth: 1
101-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
101+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
102102
with:
103103
go-version: ${{ matrix.go-version }}
104104
- name: Unit tests
@@ -146,7 +146,7 @@ jobs:
146146
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
147147
with:
148148
fetch-depth: 1
149-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
149+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
150150
with:
151151
go-version: 1.23.x
152152
- name: Unit tests
@@ -179,7 +179,7 @@ jobs:
179179
with:
180180
# To avoid "failed to load YAML file \"templates/experimental/riscv64.yaml\": can't parse builtin Lima version \"3f3a6f6\": 3f3a6f6 is not in dotted-tri format"
181181
fetch-depth: 0
182-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
182+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
183183
with:
184184
go-version: 1.23.x
185185
- name: Unit tests
@@ -250,7 +250,7 @@ jobs:
250250
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
251251
with:
252252
fetch-depth: 1
253-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
253+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
254254
with:
255255
go-version: 1.23.x
256256
- name: Make
@@ -301,7 +301,7 @@ jobs:
301301
# fetch-depth is set to 0 to let `limactl --version` print semver-ish version
302302
fetch-depth: 0
303303
ref: ${{ github.event.pull_request.head.sha }}
304-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
304+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
305305
with:
306306
go-version: 1.23.x
307307
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
@@ -346,7 +346,7 @@ jobs:
346346
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
347347
with:
348348
fetch-depth: 1
349-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
349+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
350350
with:
351351
go-version: 1.23.x
352352
- name: Make
@@ -409,7 +409,7 @@ jobs:
409409
path: homebrew-core
410410
fetch-depth: 0
411411
filter: tree:0
412-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
412+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
413413
with:
414414
go-version: 1.23.x
415415
- name: Cache image used by ${{ matrix.oldver }}/examples/ubuntu-lts.yaml
@@ -446,7 +446,7 @@ jobs:
446446
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
447447
with:
448448
fetch-depth: 1
449-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
449+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
450450
with:
451451
go-version: 1.23.x
452452
- name: Make

0 commit comments

Comments
 (0)