@@ -40,19 +40,19 @@ jobs:
4040 - uses : sfackler/actions/rustup@55af96fecc6b2ff28431120e3d9b723e5c1bccbf # master
4141 - run : echo "version=$(rustc --version)" >> $GITHUB_OUTPUT
4242 id : rust-version
43- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
43+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4444 with :
4545 path : ~/.cargo/registry/index
4646 key : index-${{ runner.os }}-${{ github.run_number }}
4747 restore-keys : |
4848 index-${{ runner.os }}-
4949 - run : cargo generate-lockfile
50- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
50+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5151 with :
5252 path : ~/.cargo/registry/cache
5353 key : registry-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
5454 - run : cargo fetch
55- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
55+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5656 with :
5757 path : target
5858 key : target-${{ github.job }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
@@ -71,19 +71,19 @@ jobs:
7171 version : 1.85.0
7272 - run : echo "version=$(rustc --version)" >> $GITHUB_OUTPUT
7373 id : rust-version
74- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
74+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
7575 with :
7676 path : ~/.cargo/registry/index
7777 key : index-${{ runner.os }}-${{ github.run_number }}
7878 restore-keys : |
7979 index-${{ runner.os }}-
8080 - run : cargo generate-lockfile
81- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
81+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
8282 with :
8383 path : ~/.cargo/registry/cache
8484 key : registry-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
8585 - run : cargo fetch
86- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
86+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
8787 with :
8888 path : target
8989 key : target-${{ github.job }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
@@ -108,19 +108,19 @@ jobs:
108108 id : rust-version
109109 - run : echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
110110 - run : vcpkg install openssl:${{ matrix.os.arch }}-windows-static-md
111- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
111+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
112112 with :
113113 path : ~/.cargo/registry/index
114114 key : index-${{ runner.os }}-${{ github.run_number }}
115115 restore-keys : |
116116 index-${{ runner.os }}-
117117 - run : cargo generate-lockfile
118- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
118+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
119119 with :
120120 path : ~/.cargo/registry/cache
121121 key : registry-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
122122 - run : cargo fetch
123- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
123+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
124124 with :
125125 path : target
126126 key : target-${{ github.job }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
@@ -136,14 +136,14 @@ jobs:
136136 - uses : sfackler/actions/rustup@55af96fecc6b2ff28431120e3d9b723e5c1bccbf # master
137137 - run : echo "version=$(rustc --version)" >> $GITHUB_OUTPUT
138138 id : rust-version
139- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
139+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
140140 with :
141141 path : ~/.cargo/registry/index
142142 key : index-${{ runner.os }}-${{ github.run_number }}
143143 restore-keys : |
144144 index-${{ runner.os }}-
145145 - run : cargo generate-lockfile
146- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
146+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
147147 with :
148148 path : ~/.cargo/registry/cache
149149 key : registry-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
@@ -286,7 +286,7 @@ jobs:
286286 sudo apt-get update
287287 sudo apt-get install -y $packages libclang-dev llvm
288288 - run : sudo apt-get remove -y libssl-dev
289- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
289+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
290290 with :
291291 path : /opt/openssl
292292 key : openssl-${{ matrix.target }}-${{ matrix.library.name }}-${{ matrix.library.version }}-7
@@ -400,19 +400,19 @@ jobs:
400400 esac
401401
402402 if : matrix.library.version != 'vendored' && !steps.openssl-cache.outputs.cache-hit
403- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
403+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
404404 with :
405405 path : ~/.cargo/registry/index
406406 key : index-${{ runner.os }}-${{ github.run_number }}
407407 restore-keys : |
408408 index-${{ runner.os }}-
409409 - run : cargo generate-lockfile
410- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
410+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
411411 with :
412412 path : ~/.cargo/registry/cache
413413 key : registry-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
414414 - run : cargo fetch
415- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
415+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
416416 with :
417417 path : target
418418 key : target-${{ matrix.target }}-${{ matrix.bindgen }}-${{ matrix.library.name }}-${{ matrix.library.version }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
0 commit comments