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 e0caff6 + fcba130 commit 31155b8Copy full SHA for 31155b8
.github/workflows/golangci-lint.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout code
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
- uses: actions/setup-go@v5
17
with:
18
go-version: '1.19.*'
.github/workflows/goreleaser.yml
@@ -18,7 +18,7 @@ jobs:
19
-
20
name: Checkout
21
22
23
fetch-depth: 0
24
0 commit comments