We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de536c9 + 47d4286 commit c5e81d2Copy full SHA for c5e81d2
.github/workflows/ci.yaml
@@ -10,7 +10,7 @@ jobs:
10
commit_lint:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
with:
15
fetch-depth: 0
16
- uses: wagoid/commitlint-github-action@v4
@@ -20,7 +20,7 @@ jobs:
20
name: lint
21
22
23
24
- name: Run golangci-lint
25
uses: golangci/golangci-lint-action@v6
26
.github/workflows/gorelease.yaml
@@ -15,7 +15,7 @@ jobs:
goreleaser:
17
18
- - uses: actions/checkout@v3
19
- run: git fetch --force --tags
0 commit comments