From 19d385d1494a3d9a7e91fad2b6c6672ade96847a Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Sun, 22 Dec 2024 11:44:40 -0800 Subject: [PATCH] [ci] Upgrade to wpiformat 2024.51 (#7573) --- .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 9b75d4ff89..10f61ae6c8 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