Skip to content

Commit

Permalink
Fixed deprecation warning and increased fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jul 18, 2023
1 parent e928446 commit f6b4fa9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/setup-go@v4
with:
Expand All @@ -26,7 +28,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --snapshot --rm-dist
args: release --snapshot --clean

- name: Capture x86_64 (64-bit) Linux binary
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f6b4fa9

Please sign in to comment.