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 85ad28e + 6bcc82e commit e894614Copy full SHA for e894614
.github/workflows/go.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Check out code into the Go module directory
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
with:
18
fetch-depth: 0
19
.github/workflows/golangci-lint.yml
@@ -10,7 +10,7 @@ jobs:
10
name: lint
11
runs-on: ubuntu-latest
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
0 commit comments