Skip to content

Commit cb961e2

Browse files
authored
Merge pull request #15 from github/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents ff8f1cb + e0305d1 commit cb961e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cost-center-automation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: pip install -r requirements.txt
3636

3737
- name: Restore timestamp from cache
38-
uses: actions/cache/restore@v3
38+
uses: actions/cache/restore@v4
3939
with:
4040
path: exports/.last_run_timestamp
4141
key: incremental-timestamp-${{ github.repository }}
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: Save timestamp to cache
8585
if: always()
86-
uses: actions/cache/save@v3
86+
uses: actions/cache/save@v4
8787
with:
8888
path: exports/.last_run_timestamp
8989
key: incremental-timestamp-${{ github.repository }}-${{ github.run_number }}

0 commit comments

Comments
 (0)