We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98ec419 + 1f63053 commit 0d26bf8Copy full SHA for 0d26bf8
2 files changed
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
34
steps:
35
- name: Checkout
36
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
37
38
- name: Set up Go
39
uses: actions/setup-go@v6
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
83
@@ -98,7 +98,7 @@ jobs:
98
99
100
101
102
103
- name: Check spelling
104
uses: crate-ci/typos@master
.github/workflows/codeql.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
- name: Checkout repository
23
24
with:
25
fetch-depth: 2
26
0 commit comments