We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 128de4b + c998f45 commit 82cd582Copy full SHA for 82cd582
.github/workflows/lint.yaml
@@ -8,7 +8,7 @@ jobs:
8
platform: [ubuntu-latest]
9
runs-on: ${{ matrix.platform }}
10
steps:
11
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
12
- name: golangci-lint
13
uses: golangci/golangci-lint-action@v9
14
with:
.github/workflows/test.yaml
@@ -20,6 +20,6 @@ jobs:
20
21
go-version: ${{ matrix.go-version }}
22
- name: Checkout code
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
24
- name: Run tests
25
run: go test -v -covermode=count ./...
0 commit comments