diff --git a/.github/workflows/blue_style_formatter.yml b/.github/workflows/blue_style_formatter.yml index 4c2fd8d911..06a56616a9 100644 --- a/.github/workflows/blue_style_formatter.yml +++ b/.github/workflows/blue_style_formatter.yml @@ -12,7 +12,7 @@ jobs: with: version: 1 - run: | - julia -e 'using Pkg; Pkg.add("JuliaFormatter")' + julia -e 'using Pkg; Pkg.add(name="JuliaFormatter", version="1.0.34")' julia -e 'using JuliaFormatter; format(".", BlueStyle(); verbose=true)' - uses: reviewdog/action-suggester@v1 with: diff --git a/.github/workflows/update_apis.yml b/.github/workflows/update_apis.yml index 28371083af..013ce1dd15 100644 --- a/.github/workflows/update_apis.yml +++ b/.github/workflows/update_apis.yml @@ -24,7 +24,7 @@ jobs: GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }} - name: FormatCode run: | - julia -e 'using Pkg; Pkg.add("JuliaFormatter")' + julia -e 'using Pkg; Pkg.add(name="JuliaFormatter", version="1.0.34")' julia -e 'using JuliaFormatter; format(".", BlueStyle(); verbose=true)' - name: Create Pull Request uses: peter-evans/create-pull-request@v3