Skip to content
Open
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/bloat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
ref: 664e788d45a7f56935cf63094b4fb52a41b12015 # workflows/v0.0.2

- name: Setup base cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
id: cache-build-restore
with:
path: |
Expand All @@ -70,7 +70,7 @@ jobs:
- if: ${{ steps.cache-build-restore.outputs.cache-hit != 'true' }}
name: Save base build
id: base-build-save
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: |
${{ steps.build_base.outputs.base_stats_file }}
Expand Down
Loading