Skip to content

Commit 45913da

Browse files
authored
Merge pull request #2572 from pbalcer/update-cache-action
update GitHub Cache action to 4.2.0
2 parents 790ceb9 + 8de163c commit 45913da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmarks-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
238238
- name: Upload HTML report
239239
if: ${{ always() && inputs.upload_report }}
240-
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
240+
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
241241
with:
242242
path: ur-repo/benchmark_results.html
243243
key: benchmark-results-${{ matrix.adapter.str_name }}-${{ github.run_id }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Download benchmark HTML
5454
id: download-bench-html
55-
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
55+
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
5656
with:
5757
path: ur-repo/benchmark_results.html
5858
key: benchmark-results-

0 commit comments

Comments
 (0)