We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767c678 commit 9cc461fCopy full SHA for 9cc461f
.github/workflows/_merge_cache.yml
@@ -29,7 +29,7 @@ jobs:
29
merge-multiple: true
30
path: _local-packages
31
- name: Cache pull packages
32
- uses: actions/cache/restore@v3
+ uses: actions/cache/restore@v4
33
with:
34
enableCrossOsArchive: true
35
path: ${{ inputs.pypi-dir }}
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Cache push packages
52
if: env.NUM_PACKAGES != 0
53
- uses: actions/cache/save@v3
+ uses: actions/cache/save@v4
54
55
56
0 commit comments