diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ad64e797..c83574ca 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -62,7 +62,7 @@ jobs: os: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.version }} - run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)' diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index b10ef320..2aafda00 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest 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/Downgrade.yml b/.github/workflows/Downgrade.yml index fb19582e..a8283fc3 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -43,7 +43,7 @@ jobs: - ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.version }} - run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)' diff --git a/.github/workflows/JET.yml b/.github/workflows/JET.yml index e5e80e6e..bdaa8ed2 100644 --- a/.github/workflows/JET.yml +++ b/.github/workflows/JET.yml @@ -53,7 +53,7 @@ jobs: - ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.version }} - run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)' diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 91341d7f..6a045873 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -10,4 +10,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v6 - name: Check spelling - uses: crate-ci/typos@v1.45.0 + uses: crate-ci/typos@v1.46.0