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 888a252 + 93e5168 commit 2fc4d5fCopy full SHA for 2fc4d5f
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Test
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
18
19
- name: Set up Go
20
uses: actions/setup-go@v6
@@ -38,7 +38,7 @@ jobs:
38
name: Lint
39
40
41
42
43
44
@@ -61,7 +61,7 @@ jobs:
61
matrix:
62
os: [ubuntu-latest, windows-latest]
63
64
65
66
67
@@ -76,7 +76,7 @@ jobs:
76
name: Security Scan
77
78
79
80
81
82
0 commit comments