diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8de4e8c..a2a1e4b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -423,7 +423,7 @@ jobs: - name: Upload baseline to cache (main only) if: github.event_name == 'push' && github.ref == 'refs/heads/main' && hashFiles('ci-timings-baseline.json') != '' - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ci-timings-baseline.json key: ci-timings-baseline-${{ github.run_id }} diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 26e11ee..51549da 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -239,7 +239,7 @@ jobs: - name: Save asset retention pool # Always save under a fresh key (caches are immutable); restore-keys # prefix matching picks the newest on the next run. - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: _asset_retention key: docs-asset-retention-${{ github.run_id }} diff --git a/.github/workflows/e2e-desktop.yml b/.github/workflows/e2e-desktop.yml index 8692f05..8410dcb 100644 --- a/.github/workflows/e2e-desktop.yml +++ b/.github/workflows/e2e-desktop.yml @@ -127,7 +127,7 @@ jobs: # ── Save updated baselines to cache (main only) ─────────────────── - name: Save updated baselines to cache if: github.ref_name == 'main' && always() - uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: apps/desktop/e2e/*-snapshots key: visual-baselines-main