Skip to content

Commit 686bcbc

Browse files
authored
Merge branch 'main' into feat/ldlt
2 parents defa9c9 + 987a33b commit 686bcbc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fi
4949
5050
- name: Install just
51-
uses: taiki-e/install-action@50708e9ba8d7b6587a2cb575ddaa9a62e927bc06 # v2.62.63
51+
uses: taiki-e/install-action@bfc291e1e39400b67eda124e4a7b4380e93b3390 # v2.65.0
5252
with:
5353
tool: just
5454

@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Upload coverage to Codecov
7878
if: ${{ success() && hashFiles('coverage/cobertura.xml') != '' }}
79-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
79+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
8080
with:
8181
files: coverage/cobertura.xml
8282
flags: unittests

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ approx = "0.5.1"
1919
criterion = { version = "0.8.1", features = [ "html_reports" ] }
2020
faer = { version = "0.23.2", default-features = false, features = [ "std", "linalg" ] }
2121
nalgebra = "0.34.1"
22-
pastey = "0.2.0"
22+
pastey = "0.2.1"
2323
proptest = "1.9.0"
2424

2525
[[bench]]

0 commit comments

Comments
 (0)