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 0ddae11 commit 3397486Copy full SHA for 3397486
.github/workflows/release.yml
@@ -20,11 +20,11 @@ jobs:
20
21
steps:
22
- name: Checkout code
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
24
25
- name: Checkout target tag
26
if: ${{ inputs.target-tag != '' }}
27
28
with:
29
ref: ${{ inputs.target-tag }}
30
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Checkout source
- name: Install GoLang
uses: actions/setup-go@v4
0 commit comments