Skip to content

Commit

Permalink
.github/workflows/plebnet-playground.yml: add checkout@v3 parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Jul 11, 2023
1 parent 9247162 commit 6552637
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/plebnet-playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v3
with:
fetch-depth: '0'
submodules: 'true'
set-safe-directory: 'true'
- uses: actions/[email protected]
- uses: syphar/restore-virtualenv@v1
id: cache-virtualenv
Expand Down

0 comments on commit 6552637

Please sign in to comment.