We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e1c45 commit 580d04fCopy full SHA for 580d04f
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
id: go
22
23
- name: Check out code into the Go module directory
24
- uses: actions/checkout@v2
+ uses: actions/checkout@v1
25
26
- name: Run checks
27
run: |
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
15
16
17
18
- name: Print version info
19
id: semver
0 commit comments