There was an error while loading. Please reload this page.
2 parents ba54c60 + 440cdc3 commit 3a0b794Copy full SHA for 3a0b794
1 file changed
.github/workflows/ci.yaml
@@ -530,7 +530,7 @@ jobs:
530
531
- name: Restore cache
532
id: cache
533
- uses: actions/cache/restore@v5.0.3
+ uses: actions/cache/restore@v5.0.4
534
# ⚠ Keep in sync with cache/save below
535
with:
536
path: |
@@ -549,7 +549,7 @@ jobs:
549
550
- name: Save cache
551
if: steps.cache.outputs.cache-hit != 'true'
552
- uses: actions/cache/save@v5.0.3
+ uses: actions/cache/save@v5.0.4
553
# ⚠ Keep in sync with cache/restore above
554
555
0 commit comments