We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1afd38 + 12bc5ac commit 7a992b0Copy full SHA for 7a992b0
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
permissions:
19
checks: write
20
steps:
21
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
22
- uses: actions/setup-go@v6
23
with:
24
go-version-file: ./go.mod
@@ -43,7 +43,7 @@ jobs:
43
lint:
44
runs-on: ubuntu-latest
45
46
47
48
49
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
packages: write
27
contents: write
28
29
30
- run: |
31
git config user.name "$GITHUB_ACTOR"
32
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
0 commit comments