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 0f9f24f commit d023c4dCopy full SHA for d023c4d
.github/workflows/pr.yml
@@ -11,7 +11,7 @@ jobs:
11
golangci-lint:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- name: Install Go
16
uses: actions/setup-go@v4
17
with:
@@ -31,7 +31,7 @@ jobs:
31
- 'oldstable'
32
33
- name: Checkout repository
34
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
35
36
37
.github/workflows/release-check.yml
@@ -14,7 +14,7 @@ jobs:
- 1.18
18
19
20
0 commit comments