5353 shell : bash
5454
5555 - name : Save binary to cache
56- uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
56+ uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5757 with :
5858 path : rust-plugins/target/release/
5959 key : ${{ github.sha }}-${{ github.run_id }}-build-generic-plugins
@@ -115,7 +115,7 @@ jobs:
115115 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
116116
117117 - name : Restore binary from cache
118- uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
118+ uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
119119 with :
120120 path : rust-plugins/target/release/
121121 key : ${{ github.sha }}-${{ github.run_id }}-build-generic-plugins
@@ -138,7 +138,7 @@ jobs:
138138 stability : ${{ needs.get-environment.outputs.stability }}
139139
140140 - name : Save to cache
141- uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
141+ uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
142142 with :
143143 path : ./*.${{ matrix.package_extension }}
144144 key : ${{ github.sha }}-${{ github.run_id }}-${{ matrix.package_extension }}-${{ matrix.distrib }}
@@ -164,7 +164,7 @@ jobs:
164164 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
165165
166166 - name : Restore binary from cache
167- uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
167+ uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
168168 with :
169169 path : rust-plugins/target/release/
170170 key : ${{ github.sha }}-${{ github.run_id }}-build-generic-plugins
0 commit comments