Skip to content

Commit 6ca36f5

Browse files
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](crate-ci/typos@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] <[email protected]> * skip standard libraries in downgrade * run downgrade on Julia lts and older --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hendrik Ranocha <[email protected]>
1 parent 0ea0bd0 commit 6ca36f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Downgrade.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1'
21+
- '1.10' # current lts
2222
- '1.9'
2323
os:
2424
- ubuntu-latest
@@ -34,7 +34,7 @@ jobs:
3434
- uses: julia-actions/cache@v2
3535
- uses: julia-actions/julia-downgrade-compat@v1
3636
with:
37-
skip: LinearAlgebra,SparseArrays
37+
skip: LinearAlgebra,SparseArrays,Statistics
3838
projects: ., test
3939
- uses: julia-actions/julia-buildpkg@v1
4040
env:

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Checkout Actions Repository
1111
uses: actions/checkout@v4
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.25.0
13+
uses: crate-ci/typos@v1.26.8

0 commit comments

Comments
 (0)