Skip to content

Commit e059323

Browse files
Update actions/cache action to v5
1 parent d975549 commit e059323

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Get Ivy2 cache
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
with:
3434
path: ~/.ivy2
3535
key: ivy2-files

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Get Ivy2 cache
11-
uses: actions/cache@v4
11+
uses: actions/cache@v5
1212
with:
1313
path: ~/.ivy2
1414
key: ivy2-files

0 commit comments

Comments
 (0)