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/cost-center-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: pip install -r requirements.txt

- name: Restore timestamp from cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: exports/.last_run_timestamp
key: incremental-timestamp-${{ github.repository }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Save timestamp to cache
if: always()
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: exports/.last_run_timestamp
key: incremental-timestamp-${{ github.repository }}-${{ github.run_number }}
Expand Down
Loading