diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a903fe3..54f929e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -88,7 +88,7 @@ jobs: - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: file: lcov.info # docs: diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index d5f1559..e2219f2 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Julia uses: julia-actions/setup-julia@v1 - name: Pull Julia cache - uses: julia-actions/cache@v1 + uses: julia-actions/cache@v2 - name: Install documentation dependencies run: julia --project=docs -e 'using Pkg; pkg"dev ."; Pkg.instantiate(); Pkg.precompile(); Pkg.status()' #- name: Creating new mds from src diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index ed4fe17..e21d1e5 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -10,4 +10,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v4 - name: Check spelling - uses: crate-ci/typos@v1.18.0 + uses: crate-ci/typos@v1.31.1