Skip to content

Commit b8310e3

Browse files
ci(deps): bump actions/setup-go from 6.2.0 to 6.4.0 (#21)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.2.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@7a3fe6c...4a36011) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c994eba commit b8310e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
ref: ${{ github.event.pull_request.head.sha || github.sha }}
6363

6464
- name: Set up Go
65-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v5.2.0
65+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5.2.0
6666
with:
6767
go-version: ${{ matrix.go-version }}
6868

@@ -117,7 +117,7 @@ jobs:
117117
ref: ${{ github.event.pull_request.head.sha || github.sha }}
118118

119119
- name: Set up Go
120-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v5.2.0
120+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5.2.0
121121
with:
122122
go-version: '1.25.x'
123123

@@ -145,7 +145,7 @@ jobs:
145145
ref: ${{ github.event.pull_request.head.sha || github.sha }}
146146

147147
- name: Set up Go
148-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v5.2.0
148+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5.2.0
149149
with:
150150
go-version: '1.25.x'
151151

@@ -178,7 +178,7 @@ jobs:
178178
ref: ${{ github.event.pull_request.head.sha || github.sha }}
179179

180180
- name: Set up Go
181-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v5.2.0
181+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v5.2.0
182182
with:
183183
go-version: '1.25.x'
184184

0 commit comments

Comments
 (0)