We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 931a288 + a1157dd commit 64fca47Copy full SHA for 64fca47
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Check out code into the Go module directory
15
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
16
with:
17
fetch-depth: 0
18
.github/workflows/golangci-lint.yml
name: lint
runs-on: ubuntu-latest
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
0 commit comments