diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 81d8c18b..45397fe7 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@v2 + uses: julia-actions/setup-julia@v3 with: version: '1' arch: ${{ runner.arch }} diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 65cac732..808fc553 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -30,7 +30,7 @@ jobs: doxygen_dir: ${{ steps.determine_doxygen_dir.outputs.doxygen_dir }} steps: - uses: actions/checkout@v6 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: '1.10' show-versioninfo: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9b17395..96694d49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: key: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.t8code_version }} - name: Install Julia - uses: julia-actions/setup-julia@v2 + uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.julia_version }} arch: ${{ matrix.arch }}