[actions] use actions/checkout@v3 instead of git clone
Some checks failed
Build / build-sporq (push) Failing after 11s

This commit is contained in:
Marius Alwan Meyer 2023-06-03 11:40:46 +02:00
parent 3e252fccc6
commit bebc2cee27

View File

@ -12,8 +12,8 @@ jobs:
run: python3 -m pip install --user qmk
- run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
- name: Set up Git repository
run: git clone --depth 1 https://git.sporq.de/sporq/qmk-firmware.git qmk-firmware
- name: Checkout
uses: actions/checkout@v3
- name: Set up QMK
working-directory: .qmk-firmware