From b57156371150abec872df78fa8114ade7c75b9c8 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Wed, 20 Mar 2024 22:50:55 -0700 Subject: [PATCH] [ci] Pin wpiformat version in comment command (#6457) --- .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 abb7acda929..83bc411bf4e 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.32 - name: Run wpiformat run: wpiformat - name: Run spotlessApply