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.
1 parent 64366e2 commit 92ec906Copy full SHA for 92ec906
.github/workflows/lint.yml
@@ -8,7 +8,7 @@ jobs:
8
name: lint
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
- name: golangci-lint
13
uses: golangci/golangci-lint-action@v8
14
- name: test
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
15
fetch-depth: 0
16
- name: Set up Go
0 commit comments