mirror of https://github.com/waku-org/js-waku.git
Merge pull request #166 from status-im/fix-gh-actions
Fix actions/checkout@v2.3.3
This commit is contained in:
commit
d1ef76f7f9
|
@ -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…
Reference in New Issue