Skip to content

Commit 778df2b

Browse files
{"schema":"decodex/commit/2","change":"Land dep-roll","authority":"manual","impact":"compatible"}
2 parents 54b77db + e819c2f commit 778df2b

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
prefix-key: ${{ env.CACHE_VERSION }}
4141
key: ${{ matrix.action }}
4242
- name: Install cargo-make
43-
uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907
43+
uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c
4444
with:
4545
tool: cargo-make
4646
- name: Install taplo
4747
if: matrix.action == 'fmt'
48-
uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907
48+
uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c
4949
with:
5050
tool: taplo
5151
- name: Cargo clippy
@@ -59,7 +59,7 @@ jobs:
5959
cargo make fmt-check
6060
- name: Install cargo-nextest
6161
if: matrix.action == 'nextest'
62-
uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907
62+
uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c
6363
with:
6464
tool: nextest
6565
- name: Cargo nextest

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
prefix-key: release-${{ env.CACHE_VERSION }}
3737
key: ${{ matrix.action }}
3838
- name: Install cargo-make
39-
uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907
39+
uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c
4040
with:
4141
tool: cargo-make
4242
- name: Install taplo
4343
if: matrix.action == 'fmt'
44-
uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907
44+
uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c
4545
with:
4646
tool: taplo
4747
- name: Cargo clippy
@@ -55,7 +55,7 @@ jobs:
5555
cargo make fmt-check
5656
- name: Install cargo-nextest
5757
if: matrix.action == 'nextest'
58-
uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907
58+
uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c
5959
with:
6060
tool: nextest
6161
- name: Cargo nextest

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ inherits = "release"
2626
lto = true
2727

2828
[dependencies]
29-
thiserror = { version = "2.0" }
29+
thiserror = { version = "2.0.18" }
3030

3131
[dev-dependencies]
32-
proptest = { version = "1.0" }
32+
proptest = { version = "1.11.0" }

0 commit comments

Comments
 (0)