Skip to content

Commit 6a1b73a

Browse files
chore(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85b0076 commit 6a1b73a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cover.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-go@v5
1616
with:
1717
go-version: ${{ matrix.go }}
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- run: make build
2020
test:
2121
needs: build
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/setup-go@v5
3131
with:
3232
go-version: ${{ matrix.go }}
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v6
3434
- run: make test
3535
- name: Send coverage
3636
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0
1616
- name: Set up Go

0 commit comments

Comments
 (0)