From 746d6a208609ae1bf7fa7307d33927a5046a84cf Mon Sep 17 00:00:00 2001 From: RalphAS Date: Mon, 29 May 2023 19:08:48 -0400 Subject: [PATCH] update CI workflow actions and MatrixFactorization compat --- .github/workflows/CI.yml | 6 +++--- Project.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 72629ab..075a8f0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.version }} @@ -35,14 +35,14 @@ jobs: - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 with: files: lcov.info docs: name: Documentation runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: julia-actions/setup-julia@v1 with: version: '1' diff --git a/Project.toml b/Project.toml index 22e1872..5a0c2f3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PeriodicSchurDecompositions" uuid = "e5aedecb-f6c0-4c91-b6ff-fbae4296f459" authors = ["Ralph A. Smith and contributors"] -version = "0.1.3" +version = "0.1.4" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -10,7 +10,7 @@ MatrixFactorizations = "a3b82374-2e81-5b9e-98ce-41277c0e4c87" ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d" [compat] -MatrixFactorizations = "0.8,0.9" +MatrixFactorizations = "0.8,0.9,1" ArnoldiMethod = "0.1,0.2" julia = "1"