Skip to content

Commit 90e845c

Browse files
build(deps): bump actions/checkout from 5 to 6 (#35)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15f9123 commit 90e845c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: test
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- uses: actions/setup-go@v6
2121
with:
2222
go-version: ${{ matrix.go }}
@@ -36,7 +36,7 @@ jobs:
3636
name: lint
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040
- uses: actions/setup-go@v6
4141
with:
4242
go-version: ${{ matrix.go }}

0 commit comments

Comments
 (0)