Skip to content

Commit 08d94da

Browse files
chore(deps): bump the ci group across 1 directory with 2 updates (#87)
Bumps the ci group with 2 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go) and [actions/cache](https://github.com/actions/cache). Updates `actions/setup-go` from 6 to 7 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v6...v7) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 094deb3 commit 08d94da

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check-manifest-generation-diff.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Setup Go
16-
uses: actions/setup-go@v6
16+
uses: actions/setup-go@v7
1717
with:
1818
go-version-file: '${{ github.workspace }}/go.mod'
1919
- name: Restore Go cache
20-
uses: actions/cache@v5
20+
uses: actions/cache@v6
2121
with:
2222
path: /home/runner/work/_temp/_github_home/go/pkg/mod
2323
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v7
2424
- name: Setup Go
25-
uses: actions/setup-go@v6
25+
uses: actions/setup-go@v7
2626
with:
2727
go-version-file: '${{ github.workspace }}/go.mod'
2828
- name: Restore Go cache
29-
uses: actions/cache@v5
29+
uses: actions/cache@v6
3030
with:
3131
path: /home/runner/work/_temp/_github_home/go/pkg/mod
3232
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)