From 6ca36f5afb9fd997e3e809b16988f2f2c135017b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 16:52:26 +0100 Subject: [PATCH] Bump crate-ci/typos from 1.25.0 to 1.26.8 (#126) * Bump crate-ci/typos from 1.25.0 to 1.26.8 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.25.0 to 1.26.8. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.25.0...v1.26.8) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * skip standard libraries in downgrade * run downgrade on Julia lts and older --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hendrik Ranocha --- .github/workflows/Downgrade.yml | 4 ++-- .github/workflows/SpellCheck.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 928abf06..99d820e3 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: version: - - '1' + - '1.10' # current lts - '1.9' os: - ubuntu-latest @@ -34,7 +34,7 @@ jobs: - uses: julia-actions/cache@v2 - uses: julia-actions/julia-downgrade-compat@v1 with: - skip: LinearAlgebra,SparseArrays + skip: LinearAlgebra,SparseArrays,Statistics projects: ., test - uses: julia-actions/julia-buildpkg@v1 env: diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 50e06406..27a81105 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.25.0 + uses: crate-ci/typos@v1.26.8