Skip to content

Commit 8dde574

Browse files
chore(ci)(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go) and [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata). Updates `actions/setup-go` from 6 to 7 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v6...v7) Updates `dependabot/fetch-metadata` from 2 to 3 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: dependabot/fetch-metadata dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c984cd commit 8dde574

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
path: _deps/cimis-tsdb
4444

4545
- name: Set up Go
46-
uses: actions/setup-go@v6
46+
uses: actions/setup-go@v7
4747
with:
4848
go-version-file: go.mod
4949
cache: true
@@ -129,7 +129,7 @@ jobs:
129129
path: _deps/cimis-tsdb
130130

131131
- name: Set up Go
132-
uses: actions/setup-go@v6
132+
uses: actions/setup-go@v7
133133
with:
134134
go-version-file: go.mod
135135
cache: true
@@ -182,7 +182,7 @@ jobs:
182182
path: _deps/cimis-tsdb
183183

184184
- name: Set up Go
185-
uses: actions/setup-go@v6
185+
uses: actions/setup-go@v7
186186
with:
187187
go-version-file: go.mod
188188
cache: true
@@ -216,7 +216,7 @@ jobs:
216216
path: _deps/cimis-tsdb
217217

218218
- name: Set up Go
219-
uses: actions/setup-go@v6
219+
uses: actions/setup-go@v7
220220
with:
221221
go-version-file: go.mod
222222
cache: true

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Read Dependabot metadata
1818
id: metadata
19-
uses: dependabot/fetch-metadata@v2
19+
uses: dependabot/fetch-metadata@v3
2020
with:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}
2222

.github/workflows/maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
git config --global url."https://${{ secrets.GH_PAT }}@github.com/".insteadOf "https://github.com/"
3030
3131
- name: Set up Go
32-
uses: actions/setup-go@v6
32+
uses: actions/setup-go@v7
3333
with:
3434
go-version-file: go.mod
3535
cache: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Set up Go
6666
if: steps.published.outputs.skip != 'true'
67-
uses: actions/setup-go@v6
67+
uses: actions/setup-go@v7
6868
with:
6969
go-version-file: 'go.mod'
7070

0 commit comments

Comments
 (0)