Skip to content

Commit a278269

Browse files
build(deps): bump actions/checkout from 5 to 6 (#852)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d686df commit a278269

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515

1616
- name: Set up Go
1717
uses: actions/setup-go@v6

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-go@v6
1616
with:
1717
go-version: 1.23
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@v7
2121
with:

0 commit comments

Comments
 (0)