@@ -29,19 +29,19 @@ jobs:
2929 uses : jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
3030
3131 - name : Cache cargo registry
32- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
32+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
3333 with :
3434 path : ~/.cargo/registry
3535 key : ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
3636
3737 - name : Cache cargo index
38- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
38+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
3939 with :
4040 path : ~/.cargo/git
4141 key : ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
4242
4343 - name : Cache cargo build
44- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
44+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
4545 with :
4646 path : target
4747 key : ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
@@ -135,19 +135,19 @@ jobs:
135135 uses : jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
136136
137137 - name : Cache cargo registry
138- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
138+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
139139 with :
140140 path : ~/.cargo/registry
141141 key : ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
142142
143143 - name : Cache cargo index
144- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
144+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
145145 with :
146146 path : ~/.cargo/git
147147 key : ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
148148
149149 - name : Cache cargo build
150- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
150+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
151151 with :
152152 path : target
153153 key : ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
0 commit comments