diff --git a/.github/workflows/format-julia.yaml b/.github/workflows/format-julia.yaml index 452bf7070..ab8773c06 100644 --- a/.github/workflows/format-julia.yaml +++ b/.github/workflows/format-julia.yaml @@ -24,7 +24,7 @@ jobs: format: runs-on: ubuntu-latest steps: - - uses: julia-actions/julia-format@v3 + - uses: julia-actions/julia-format@v4 with: # Version compat for JuliaFormatter.jl (default: '1') # E.g. set to '1.0.54' if you need to use JuliaFormatter.jl v1.0.54