Commit ddf2ac4 1 parent 6497e36 commit ddf2ac4 Copy full SHA for ddf2ac4
File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 67
67
run : python .actions/assistant.py replace_oldest_ver
68
68
69
69
- name : pip wheels cache
70
- uses : actions/cache/restore@v3
70
+ uses : actions/cache/restore@v4
71
71
with :
72
72
path : ${{ env.PYPI_CACHE_DIR }}
73
73
key : pypi_wheels
Original file line number Diff line number Diff line change 73
73
run : python .actions/assistant.py replace_oldest_ver
74
74
75
75
- name : pip wheels cache
76
- uses : actions/cache/restore@v3
76
+ uses : actions/cache/restore@v4
77
77
with :
78
78
path : ${{ env.PYPI_CACHE_DIR }}
79
79
key : pypi_wheels
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
done
115
115
116
116
- name : pip wheels cache
117
- uses : actions/cache/restore@v3
117
+ uses : actions/cache/restore@v4
118
118
with :
119
119
path : ${{ env.PYPI_CACHE_DIR }}
120
120
key : pypi_wheels
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
cat requirements/pytorch/base.txt
121
121
122
122
- name : pip wheels cache
123
- uses : actions/cache/restore@v3
123
+ uses : actions/cache/restore@v4
124
124
with :
125
125
path : ${{ env.PYPI_CACHE_DIR }}
126
126
key : pypi_wheels
@@ -161,7 +161,7 @@ jobs:
161
161
cache-key : " pypi_wheels"
162
162
163
163
- name : Cache datasets
164
- uses : actions/cache@v3
164
+ uses : actions/cache@v4
165
165
with :
166
166
path : Datasets
167
167
key : pl-dataset
Original file line number Diff line number Diff line change 34
34
python-version : " 3.10.6"
35
35
36
36
- name : Mypy cache
37
- uses : actions/cache@v3
37
+ uses : actions/cache@v4
38
38
with :
39
39
path : .mypy_cache
40
40
key : mypy-${{ hashFiles('requirements/typing.txt') }}
Original file line number Diff line number Diff line change 80
80
pip install lai-sphinx-theme -U -f ${PYPI_LOCAL_DIR}
81
81
82
82
- name : pip wheels cache
83
- uses : actions/cache/restore@v3
83
+ uses : actions/cache/restore@v4
84
84
with :
85
85
path : ${{ env.PYPI_CACHE_DIR }}
86
86
key : pypi_wheels
You can’t perform that action at this time.
0 commit comments