From aadd03e6ce226c564ef4abbed3dc89a069c27e8d Mon Sep 17 00:00:00 2001 From: kross <135918757+krossgg@users.noreply.github.com> Date: Sat, 1 Feb 2025 01:20:40 -0500 Subject: [PATCH] Fix spotless in GH Actions --- .github/workflows/format-java.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/format-java.yml b/.github/workflows/format-java.yml index 44ec187744..6f71afcef0 100644 --- a/.github/workflows/format-java.yml +++ b/.github/workflows/format-java.yml @@ -29,6 +29,7 @@ jobs: code: - 'src/main/java/**' - 'src/test/**' + - run: git fetch origin 1.20.1 - name: Setup Build if: steps.filter.outputs.code == 'true' uses: ./.github/actions/build_setup