We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f4db1 commit 1e3fc28Copy full SHA for 1e3fc28
1 file changed
.github/workflows/golangci-lint.yaml
@@ -11,10 +11,10 @@ jobs:
11
name: golangci-lint
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
15
16
- name: golangci-lint
17
- uses: golangci/golangci-lint-action@v2
+ uses: golangci/golangci-lint-action@v6
18
with:
19
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
20
version: latest
0 commit comments