4949 # leading to a tainted cache
5050 - name : Cache PostgreSQL
5151 id : cache-postgresql
52- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
52+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5353 with :
5454 path : ~/${{ env.PG_SRC_DIR }}
5555 key : " postgresql-libfuzzer-${{ steps.get-date.outputs.date }}-${{ hashFiles('.github/**') }}"
@@ -183,7 +183,7 @@ jobs:
183183
184184 - name : Restore the cached fuzzing corpus (bulk)
185185 id : restore-corpus-cache-bulk
186- uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
186+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
187187 with :
188188 path : db/corpus-bulk
189189 key : " ${{ steps.config.outputs.cache_prefix }}-bulk"
@@ -192,7 +192,7 @@ jobs:
192192 # they don't overwrite each other. Now we are going to combine them.
193193 - name : Restore the cached fuzzing corpus (rowbyrow)
194194 id : restore-corpus-cache-rowbyrow
195- uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
195+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
196196 with :
197197 path : db/corpus-rowbyrow
198198 key : " ${{ steps.config.outputs.cache_prefix }}-rowbyrow"
@@ -346,7 +346,7 @@ jobs:
346346
347347 - name : Save fuzzer corpus
348348 if : always()
349- uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
349+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
350350 with :
351351 path : db/corpus-${{ matrix.case.bulk && 'bulk' || 'rowbyrow' }}
352352 key : " ${{ format('{0}-{1}-{2}-{3}',
0 commit comments