From 4d7c9edab33c963508fddd5503882a8fbd948e65 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Thu, 15 Aug 2024 09:09:13 -0700 Subject: [PATCH] [ci] Upgrade to wpiformat 2024.40 (#6969) --- .github/workflows/comment-command.yml | 2 +- .github/workflows/lint-format.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/comment-command.yml b/.github/workflows/comment-command.yml index 16d0fd4804..cafece2fcf 100644 --- a/.github/workflows/comment-command.yml +++ b/.github/workflows/comment-command.yml @@ -43,7 +43,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Install wpiformat - run: pip3 install wpiformat==2024.39 + run: pip3 install wpiformat==2024.40 - name: Run wpiformat run: wpiformat - name: Run spotlessApply diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index 8647a2f34c..a995ec44c6 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -27,7 +27,7 @@ jobs: with: python-version: '3.10' - name: Install wpiformat - run: pip3 install wpiformat==2024.39 + run: pip3 install wpiformat==2024.40 - name: Run run: wpiformat - name: Check output @@ -66,7 +66,7 @@ jobs: with: python-version: '3.10' - name: Install wpiformat - run: pip3 install wpiformat==2024.39 + run: pip3 install wpiformat==2024.40 - name: Create compile_commands.json run: | ./gradlew generateCompileCommands -Ptoolchain-optional-roboRio