Skip to content

Commit 93b0bcb

Browse files
authored
ci: bump "actions/cache/*" version from v3 to v4 (#254)
v3 runs on a deprecated Node.js version, and GitHub warns us to move on to a new version (v4).
1 parent 732ca96 commit 93b0bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-integration.yml

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

5959
- name: Restore Cargo cache
6060
id: restore-cargo-cache
61-
uses: actions/cache/restore@v3
61+
uses: actions/cache/restore@v4
6262
with:
6363
path: |
6464
~/.cargo/registry/index/
@@ -107,7 +107,7 @@ jobs:
107107
pytest s3torchconnectorclient/python/tst/integration -n auto
108108
109109
- name: Save Cargo cache
110-
uses: actions/cache/save@v3
110+
uses: actions/cache/save@v4
111111
if: inputs.environment != 'integration-tests'
112112
with:
113113
path: |

0 commit comments

Comments
 (0)