Skip to content

Commit d4f6eed

Browse files
dependabot[bot]soumeh01
authored andcommitted
Bump actions/setup-go from 5.2.0 to 5.3.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@3041bf5...f111f33) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b4cd0d commit d4f6eed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nightly.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
fetch-depth: 0
8383

8484
- name: Install Go
85-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
85+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
8686
with:
8787
go-version-file: cbuild/go.mod
8888
cache-dependency-path: |
@@ -104,7 +104,7 @@ jobs:
104104
fetch-depth: 0
105105

106106
- name: Install Go
107-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
107+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
108108
with:
109109
go-version-file: cpackget/go.mod
110110
cache-dependency-path: |
@@ -126,7 +126,7 @@ jobs:
126126
fetch-depth: 0
127127

128128
- name: Install Go
129-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
129+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
130130
with:
131131
go-version-file: cbuild2cmake/go.mod
132132
cache-dependency-path: |
@@ -148,7 +148,7 @@ jobs:
148148
fetch-depth: 0
149149

150150
- name: Install Go
151-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
151+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
152152
with:
153153
go-version-file: vidx2pidx/go.mod
154154
cache-dependency-path: |
@@ -170,7 +170,7 @@ jobs:
170170
fetch-depth: 0
171171

172172
- name: Install Go
173-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
173+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
174174
with:
175175
go-version-file: cbridge/go.mod
176176
cache-dependency-path: |

0 commit comments

Comments
 (0)