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 902a587 commit e4ed75aCopy full SHA for e4ed75a
.github/workflows/analysis.yml
@@ -13,7 +13,7 @@ jobs:
13
name: nilaway
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
18
- name: install nilaway
19
run: go install go.uber.org/nilaway/cmd/nilaway@latest
.github/workflows/lint.yml
name: lint
- uses: actions/setup-go@v6
with:
go-version: stable
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
- name: Checkout code
23
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
24
25
- name: Install Go
26
uses: actions/setup-go@v6
0 commit comments