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 aed1591 commit 2d73de3Copy full SHA for 2d73de3
.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@v5
12
- name: golangci-lint
13
uses: golangci/golangci-lint-action@v3
14
with:
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
15
fetch-depth: 0
16
- name: Set up Go
0 commit comments