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.
2 parents 056db38 + 0d61191 commit cdba604Copy full SHA for cdba604
.github/workflows/nightly.yml
@@ -16,7 +16,7 @@ jobs:
16
private_key: ${{ secrets.APP_PRIVATE_KEY }}
17
18
- name: Checkout latest code
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
21
- name: Install Go
22
uses: actions/setup-go@v4
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
go: 1.19
32
steps:
33
- name: Checkout code
34
35
36
37
0 commit comments