diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 98e1e3b..d814851 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -15,7 +15,7 @@ jobs: run: which julia continue-on-error: true - name: Install Julia, but only if it is not already available in the PATH - uses: julia-actions/setup-julia@v1 + uses: julia-actions/setup-julia@v2 with: version: '1' arch: ${{ runner.arch }} diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 1b11ddd..20c8690 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -29,7 +29,7 @@ jobs: - name: Check out project uses: actions/checkout@v4 - name: Set up Julia - uses: julia-actions/setup-julia@v1 + uses: julia-actions/setup-julia@v2 with: version: '1' show-versioninfo: true diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index a21f875..16c1d58 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -18,7 +18,7 @@ jobs: - name: Check out project uses: actions/checkout@v4 - name: Set up Julia - uses: julia-actions/setup-julia@v1 + uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.julia-version }} - run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 034a371..aeb0b78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Check out project uses: actions/checkout@v4 - name: Set up Julia - uses: julia-actions/setup-julia@v1 + uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} - run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'