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 56c7201 commit 7750708Copy full SHA for 7750708
.github/workflows/integration-tests.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: imjasonh/setup-crane@v0.4
39
40
- name: Check out code into the Go module directory
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
42
with:
43
fetch-depth: 0
44
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
18
- name: Set up Go
19
uses: actions/setup-go@v5
0 commit comments