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 7629edf commit 635847dCopy full SHA for 635847d
.github/workflows/pull-request.yaml
@@ -16,7 +16,7 @@ jobs:
16
go-version: 1.13
17
id: go
18
- name: Check out code into the Go module directory
19
- uses: actions/checkout@v1
+ uses: actions/checkout@v2.3.4
20
- name: Run GoReleaser
21
uses: goreleaser/[email protected]
22
with:
.github/workflows/release.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v2
14
- name: Unshallow
15
run: git fetch --prune --unshallow
- name: Set up Go
0 commit comments