We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b44b1f commit 3ea2aa1Copy full SHA for 3ea2aa1
2 files changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Check formatting
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
20
with:
21
fetch-depth: 1
22
- name: Set up Go
@@ -31,7 +31,7 @@ jobs:
31
name: Run linters
32
33
34
35
36
37
@@ -50,7 +50,7 @@ jobs:
50
name: Run tests
51
52
53
54
55
56
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
packages: write
15
contents: write
0 commit comments