We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f24f0b + f6bcec6 commit 16b3974Copy full SHA for 16b3974
1 file changed
.github/workflows/run_performance_tests_windows.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Save main benchmark baseline
71
if: github.event_name != 'pull_request'
72
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
+ uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
73
with:
74
path: main-baseline
75
# Unique per run so every push/cron writes a *fresh* cache entry. cache/save
0 commit comments