Skip to content

Commit

Permalink
chore(ci): Update GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Dwyer <Brian.Dwyer@broadridge.com>
  • Loading branch information
bdwyertech committed Feb 18, 2021
1 parent d2c69c0 commit 299ad36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
container: golang:${{ matrix.go }}
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Git Info
id: git
Expand Down

0 comments on commit 299ad36

Please sign in to comment.