Skip to content

Commit b8fe9e3

Browse files
authored
Merge pull request #31 from toshi0607/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 5e2719a + 9ce960e commit b8fe9e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out code into the Go module directory
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313
- name: golangci-lint
1414
uses: reviewdog/action-golangci-lint@v2

.github/workflows/test.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@v4
14+
- uses: actions/checkout@v6
1515
- name: Set up Go
1616
uses: actions/setup-go@v6
1717
with:

0 commit comments

Comments
 (0)