Skip to content

Commit

Permalink
fix: checkout 2 (umijs#4511)
Browse files Browse the repository at this point in the history
  • Loading branch information
信鑫-King authored Apr 24, 2020
1 parent 1ad3e33 commit ff6a955
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
fetch-depth: '1'
- name: wget
uses: wei/wget@v1
with:
Expand Down

0 comments on commit ff6a955

Please sign in to comment.