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 706e3ff + 3397486 commit 58fba39Copy full SHA for 58fba39
.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@v6
0 commit comments