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 4e256b5 + b6c6a6d commit 4b1bba5Copy full SHA for 4b1bba5
2 files changed
.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@v6
+ uses: actions/checkout@v7
16
with:
17
fetch-depth: 0
18
.github/workflows/golangci-lint.yml
name: lint
runs-on: ubuntu-latest
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
0 commit comments