Skip to content

Commit 1af2bd5

Browse files
build(deps): bump actions/checkout from 6.0.3 to 7.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f0e005 commit 1af2bd5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/go-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v6.0.3
35+
uses: actions/checkout@v7.0.0
3636
with:
3737
fetch-depth: 5
3838

.github/workflows/go-fmt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v6.0.3
29+
uses: actions/checkout@v7.0.0
3030
with:
3131
fetch-depth: 0 # Full clone to support git diff checks
3232

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: lint
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v6.0.3
32+
- uses: actions/checkout@v7.0.0
3333
- uses: actions/setup-go@v6.4.0
3434
with:
3535
go-version: "1.24.2"

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v6.0.3
30+
uses: actions/checkout@v7.0.0
3131
with:
3232
fetch-depth: 0
3333

0 commit comments

Comments
 (0)