diff options
| author | QMK Bot <hello@qmk.fm> | 2023-09-05 17:50:41 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2023-09-05 17:50:41 +0000 |
| commit | 3472536796ef95905e8f17b33067e9cd846ece94 (patch) | |
| tree | d1e99ebca40c2f7435b9c3ce49d5b20dcad83d35 /.github/workflows/cli.yml | |
| parent | 67c366850e6951f32f4a214a8c0c11fce2101ec7 (diff) | |
| parent | 549708edfa044b39cdc055810bc11934af9b4d07 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github/workflows/cli.yml')
| -rw-r--r-- | .github/workflows/cli.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 27bdcc562b..77b5bfe073 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -24,7 +24,7 @@ jobs: - name: Disable safe.directory check run : git config --global --add safe.directory '*' - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive |
