mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-23 10:49:45 +00:00
Fix actions/checkout@v2.3.3
As per https://github.com/actions/checkout/issues/417#issuecomment-775293723
This commit is contained in:
parent
93f5a8e41e
commit
25cb167a6e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v2.3.3
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user