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 bd08b72 commit 05d7284Copy full SHA for 05d7284
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
steps:
37
-
38
name: Checkout
39
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
40
- name: install Go
41
uses: actions/setup-go@v5
42
with:
.github/workflows/release.yaml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
- id: git-x
33
run: |
34
echo "git-version=$(git describe --tags --always)" >> "$GITHUB_OUTPUT"
0 commit comments