Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/watcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# Derived cache, never state: the per-listing ETags, the failure counts
# and the issue numbers. Losing it costs one expensive tick.
- name: Restore the derived cache
uses: actions/cache/restore@v4
uses: actions/cache/restore@v6
with:
path: .watcher
key: watcher-${{ github.run_id }}
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:

- name: Save the derived cache
if: ${{ success() && inputs.dry_run != true }}
uses: actions/cache/save@v4
uses: actions/cache/save@v6
with:
path: .watcher
key: watcher-${{ github.run_id }}