diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index c21ccd6b..1920b9dc 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -32,7 +32,7 @@ jobs: with: version: '1' show-versioninfo: true - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Install dependencies run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' - name: Build and deploy diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index acd23fdf..91341d7f 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.44.0 + uses: crate-ci/typos@v1.45.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43351c09..f9834838 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: version: ${{ matrix.version }} arch: default show-versioninfo: true - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Run tests without coverage if: ${{ matrix.os != 'ubuntu-latest' }} @@ -64,7 +64,7 @@ jobs: - name: Upload coverage data (Codecov) if: ${{ matrix.os == 'ubuntu-latest' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: lcov.info token: ${{ secrets.CODECOV_TOKEN }}