From f24aa0ac48d69afd583b60341544b3cca0b4ecae Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Wed, 20 Mar 2024 16:24:59 -0700 Subject: [PATCH] [ci] Pin wpiformat version in comment command --- .github/workflows/comment-command.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment-command.yml b/.github/workflows/comment-command.yml index 0efdebb985f..6cdcf123bdb 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 + run: pip3 install wpiformat==2024.33 - name: Run wpiformat run: wpiformat - name: Run spotlessApply