From 4f2c8d8e535183f717f28d24834dfab761a73679 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Sat, 21 Dec 2024 17:47:36 -0800 Subject: [PATCH] [ci] Upgrade to wpiformat 2024.51 --- .github/workflows/lint-format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index 9b75d4ff895..10f61ae6c87 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -27,7 +27,7 @@ jobs: with: python-version: '3.12' - name: Install wpiformat - run: pip3 install wpiformat==2024.50 + run: pip3 install wpiformat==2024.51 - name: Run run: wpiformat - name: Check output @@ -66,7 +66,7 @@ jobs: with: python-version: '3.12' - name: Install wpiformat - run: pip3 install wpiformat==2024.50 + run: pip3 install wpiformat==2024.51 - name: Create compile_commands.json run: | ./gradlew generateCompileCommands -Ptoolchain-optional-roboRio