We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f45c329 + 8f1a6a2 commit f7e21d8Copy full SHA for f7e21d8
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
build:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
9
- uses: actions/setup-go@v4
10
with:
11
go-version: "1.21"
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'dev-')
12
13
14
15
0 commit comments