Update cli CI checkout to v2 (#8823)

make_cli_parsing
Joel Challis 5 years ago committed by GitHub
parent d600631ad1
commit 0698b15aa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/cli.yml

@ -19,7 +19,7 @@ jobs:
container: qmkfm/base_container
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install dependencies

Loading…
Cancel
Save