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