We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff8f1cb + e0305d1 commit cb961e2Copy full SHA for cb961e2
.github/workflows/cost-center-automation.yml
@@ -35,7 +35,7 @@ jobs:
35
run: pip install -r requirements.txt
36
37
- name: Restore timestamp from cache
38
- uses: actions/cache/restore@v3
+ uses: actions/cache/restore@v4
39
with:
40
path: exports/.last_run_timestamp
41
key: incremental-timestamp-${{ github.repository }}
@@ -83,7 +83,7 @@ jobs:
83
84
- name: Save timestamp to cache
85
if: always()
86
- uses: actions/cache/save@v3
+ uses: actions/cache/save@v4
87
88
89
key: incremental-timestamp-${{ github.repository }}-${{ github.run_number }}
0 commit comments