From a42ffb8fa42952611a87a89f8aed8cc654b6bec6 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Sat, 27 Apr 2024 21:06:57 -0700 Subject: [PATCH] [ci] Bump wpiformat to 2024.34 (#6549) --- .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 6cdcf123bd..8277499c38 100644 --- a/.github/workflows/comment-command.yml +++ b/.github/workflows/comment-command.yml @@ -43,7 +43,7 @@ jobs: distribution: 'zulu' java-version: 17 - name: Install wpiformat - run: pip3 install wpiformat==2024.33 + run: pip3 install wpiformat==2024.34 - name: Run wpiformat run: wpiformat - name: Run spotlessApply diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index d32d9f70d0..b749a50492 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.33 + run: pip3 install wpiformat==2024.34 - name: Run run: wpiformat - name: Check output @@ -66,7 +66,7 @@ jobs: with: python-version: '3.10' - name: Install wpiformat - run: pip3 install wpiformat + run: pip3 install wpiformat==2024.34 - name: Create compile_commands.json run: | ./gradlew generateCompileCommands -Ptoolchain-optional-roboRio