Skip to content

Commit 635847d

Browse files
Update actions/checkout requirement to v2.3.4 (#3)
1 parent 7629edf commit 635847d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
go-version: 1.13
1717
id: go
1818
- name: Check out code into the Go module directory
19-
uses: actions/checkout@v1
19+
uses: actions/checkout@v2.3.4
2020
- name: Run GoReleaser
2121
uses: goreleaser/[email protected]
2222
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v2.3.4
1414
- name: Unshallow
1515
run: git fetch --prune --unshallow
1616
- name: Set up Go

0 commit comments

Comments
 (0)