Skip to content

Commit dcdc20a

Browse files
committed
Merge branch 'master' into refactor/anvil_txtype_enveloppe_macro
2 parents 9804c2e + 005e737 commit dcdc20a

File tree

53 files changed

+1623
-1077
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1623
-1077
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v5
5959
with:
6060
persist-credentials: false
61-
- uses: crate-ci/typos@07d900b8fa1097806b8adb6391b0d3e0ac2fdea7 # v1
61+
- uses: crate-ci/typos@626c4bedb751ce0b7f03262ca97ddda9a076ae1c # v1
6262

6363
clippy:
6464
runs-on: depot-ubuntu-latest
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
toolchain: stable
129129
- uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
130-
- uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2
130+
- uses: taiki-e/install-action@537c30d2b45cc3aa3fb35e2bbcfb61ef93fd6f02 # v2
131131
with:
132132
tool: cargo-hack
133133
- uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9

.github/workflows/nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: write
2020
pull-requests: write
2121
steps:
22-
- uses: DeterminateSystems/determinate-nix-action@75c10b446a77562b7eb5707d019264ab76a18aa4 # v3
22+
- uses: DeterminateSystems/determinate-nix-action@9596b92e70cbf68a494a2b0273cb5b680184f5fc # v3
2323
- uses: actions/checkout@v5
2424
with:
2525
persist-credentials: false
@@ -38,7 +38,7 @@ jobs:
3838
permissions:
3939
contents: read
4040
steps:
41-
- uses: DeterminateSystems/determinate-nix-action@75c10b446a77562b7eb5707d019264ab76a18aa4 # v3
41+
- uses: DeterminateSystems/determinate-nix-action@9596b92e70cbf68a494a2b0273cb5b680184f5fc # v3
4242
- uses: actions/checkout@v5
4343
with:
4444
persist-credentials: false

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
toolchain: stable
6666
target: ${{ matrix.target }}
6767
- uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
68-
- uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2
68+
- uses: taiki-e/install-action@537c30d2b45cc3aa3fb35e2bbcfb61ef93fd6f02 # v2
6969
with:
7070
tool: nextest
7171

0 commit comments

Comments
 (0)