Browse Source

Update cli CI checkout to v2 (#8823)

pull/8850/head
Joel Challis 4 years ago
committed by GitHub
parent
commit
0698b15aa5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/cli.yml

+ 1
- 1
.github/workflows/cli.yml View File

@ -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