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 8066c73 commit a556a6bCopy full SHA for a556a6b
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
13
with:
14
fetch-depth: 0
15
.github/workflows/go-apidiff.yml
@@ -5,7 +5,7 @@ jobs:
5
if: github.event_name == 'pull_request'
6
7
8
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- uses: actions/setup-go@v5
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
22
0 commit comments