From b04896b80d86bcc1f522a62e3561b33f475a2b64 Mon Sep 17 00:00:00 2001 From: Dave Vigil Date: Mon, 14 Jul 2025 11:50:43 -0500 Subject: [PATCH] Updating gitea runner --- .github/workflows/lint_and_compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_and_compile.yml b/.github/workflows/lint_and_compile.yml index c57a7b7..c4d3037 100644 --- a/.github/workflows/lint_and_compile.yml +++ b/.github/workflows/lint_and_compile.yml @@ -7,7 +7,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - name: Clone supercharge docs repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: Homelab/qmk_firmware path: qmk_firmware