Skip to content

Commit 94a5635

Browse files
build(NoTicket): bump actions/cache from 3 to 4 (#482)
1 parent 783ab44 commit 94a5635

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-tests-v1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Restore cached failed tests
4141
id: cache-tests-restore
42-
uses: actions/cache/restore@v3
42+
uses: actions/cache/restore@v4
4343
with:
4444
path: |
4545
.pytest_cache/v/cache/lastfailed
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Save failed tests
6666
id: cache-tests-save
67-
uses: actions/cache/save@v3
67+
uses: actions/cache/save@v4
6868
if: failure()
6969
with:
7070
path: |

0 commit comments

Comments
 (0)