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 61a7714 + 9a65e67 commit d400069Copy full SHA for d400069
.github/workflows/golangci-lint.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/setup-go@v5
15
with:
16
go-version: stable
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
- name: golangci-lint
19
uses: golangci/golangci-lint-action@v8
20
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
steps:
- name: Git Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
persist-credentials: false
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
fetch-depth: 0
0 commit comments