Skip to content

Commit 4b5b361

Browse files
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 b61073a commit 4b5b361

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
complement-internal:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6.0.3 # Checkout complement
17+
- uses: actions/checkout@v7.0.0 # Checkout complement
1818
- uses: actions/setup-go@v6.5.0
1919
with:
2020
go-version-file: go.mod
@@ -54,7 +54,7 @@ jobs:
5454
timeout: 10m
5555

5656
steps:
57-
- uses: actions/checkout@v6.0.3 # Checkout complement
57+
- uses: actions/checkout@v7.0.0 # Checkout complement
5858

5959
- uses: actions/setup-go@v6.5.0
6060
with:

0 commit comments

Comments
 (0)