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 0ca6c3d + 0029023 commit dcad711Copy full SHA for dcad711
.github/workflows/checks.yaml
@@ -22,6 +22,6 @@ jobs:
22
with:
23
go-version: ${{ env.GO_VERSION }}
24
cache: false
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
26
- name: lint
27
uses: golangci/golangci-lint-action@v6
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
check-latest: true
20
- name: Checkout
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- id: set_version
run: |
VERSION=$(echo $GITHUB_REF | sed -nE 's!refs/tags/!!p')
0 commit comments