Skip to content

Commit

Permalink
Merge branch 'main' into line
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert authored Dec 1, 2024
2 parents 63e85fe + c8f66c5 commit a2b4953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
with:
directories: src
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: lcov.info
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@v1.26.8
uses: crate-ci/typos@v1.28.1

0 comments on commit a2b4953

Please sign in to comment.