Skip to content

Commit 833a70d

Browse files
chore: bump the all group with 2 updates (#73)
Bumps the all group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@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/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent abee8b5 commit 833a70d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/govulnfix.yml

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

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818

1919
- name: Install Go
2020
id: install-go

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717

1818
- name: Install Go
1919
id: install-go
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout code
43-
uses: actions/checkout@v6
43+
uses: actions/checkout@v7
4444

4545
- name: Install Go
4646
id: install-go
@@ -50,7 +50,7 @@ jobs:
5050
check-latest: "true"
5151

5252
- name: Cache Go test cache
53-
uses: actions/cache@v5
53+
uses: actions/cache@v6
5454
with:
5555
path: /home/runner/.cache/go-test-cache
5656
key: ${{ runner.os }}-go-testcache-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)