diff --git a/.github/workflows/Format.yml b/.github/workflows/Format.yml index 57bdce56..dd4b0fe8 100644 --- a/.github/workflows/Format.yml +++ b/.github/workflows/Format.yml @@ -8,6 +8,6 @@ jobs: format: runs-on: ubuntu-latest steps: - - uses: julia-actions/julia-format@v3 + - uses: julia-actions/julia-format@v4 with: version: '1' # Change this to pin to a specific JuliaFormatter version \ No newline at end of file