Skip to content

Commit

Permalink
Update github checkout action to v2. (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
karliss authored Apr 3, 2020
1 parent 742442d commit 401b824
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
submodules: true # 'recursive' 'true' or 'false'
persist-credentials: false
- name: apt dependencies
if: contains(matrix.os, 'ubuntu')
run: |
Expand Down

0 comments on commit 401b824

Please sign in to comment.