@@ -101,7 +101,7 @@ jobs:
101101 steps :
102102 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
103103 - uses : cashapp/activate-hermit@cea9af7913204a965fd488637a8d1811bba2e616 # v1
104- - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
104+ - uses : Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
105105 with :
106106 save-if : ${{ github.event_name != 'pull_request' }}
107107 - name : Format check
@@ -123,7 +123,7 @@ jobs:
123123 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
124124 - uses : cashapp/activate-hermit@cea9af7913204a965fd488637a8d1811bba2e616 # v1
125125 - uses : rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444 # v1
126- - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
126+ - uses : Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
127127 with :
128128 save-if : ${{ github.event_name != 'pull_request' }}
129129 - name : Install cargo-nextest
@@ -147,7 +147,7 @@ jobs:
147147 fetch-depth : 2
148148 - uses : cashapp/activate-hermit@cea9af7913204a965fd488637a8d1811bba2e616 # v1
149149 - uses : rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444 # v1
150- - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
150+ - uses : Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
151151 with :
152152 workspaces : desktop/src-tauri
153153 save-if : ${{ github.event_name != 'pull_request' }}
@@ -340,7 +340,7 @@ jobs:
340340 key : relay-artifacts-${{ runner.os }}-${{ hashFiles('crates/**', 'migrations/**', 'Dockerfile', 'Cargo.toml', 'Cargo.lock', 'rust-toolchain.toml', '.cargo/config.toml', '.github/workflows/ci.yml') }}
341341 - uses : rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444 # v1
342342 if : steps.relay-artifacts-cache.outputs.cache-hit != 'true'
343- - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
343+ - uses : Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
344344 if : steps.relay-artifacts-cache.outputs.cache-hit != 'true'
345345 with :
346346 workspaces : |
@@ -763,7 +763,7 @@ jobs:
763763 steps :
764764 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
765765 - uses : cashapp/activate-hermit@cea9af7913204a965fd488637a8d1811bba2e616 # v1
766- - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
766+ - uses : Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
767767 with :
768768 save-if : ${{ github.event_name != 'pull_request' }}
769769 # Reuse the relay + git-credential-nostr built by Desktop E2E Relay
@@ -952,7 +952,7 @@ jobs:
952952 steps :
953953 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
954954 - uses : cashapp/activate-hermit@cea9af7913204a965fd488637a8d1811bba2e616 # v1
955- - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
955+ - uses : Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
956956 with :
957957 key : cross-${{ matrix.target }}
958958 save-if : ${{ github.event_name != 'pull_request' }}
@@ -993,7 +993,7 @@ jobs:
993993 # toolchain (1.95.0 + clippy via profile = default) comes from the
994994 # repo-root rust-toolchain.toml, which the runner's preinstalled rustup
995995 # honors on demand; the host triple already is x86_64-pc-windows-msvc.
996- - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
996+ - uses : Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
997997 with :
998998 workspaces : |
999999 .
@@ -1070,7 +1070,7 @@ jobs:
10701070 steps :
10711071 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
10721072 - uses : cashapp/activate-hermit@cea9af7913204a965fd488637a8d1811bba2e616 # v1
1073- - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
1073+ - uses : Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
10741074 with :
10751075 workspaces : desktop/src-tauri
10761076 save-if : ${{ github.event_name != 'pull_request' }}
0 commit comments