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.
1 parent 316447c commit 6fe9906Copy full SHA for 6fe9906
3 files changed
.github/workflows/lint.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- name: checkout
9
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
10
- name: setup go
11
uses: actions/setup-go@v6
12
with:
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
13
14
15
.github/workflows/test_experimental.yml
0 commit comments