File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
python-version : ${{ env.python_version}}
29
29
- uses : FranzDiebold/github-env-vars-action@v2
30
30
- name : Load Python Dependencies from cache
31
- uses : actions/cache@v3
31
+ uses : actions/cache@v4
32
32
with :
33
33
path : ${{ env.python_cache_ubuntu_path }}
34
34
key : linux-pip-3-continuous-delivery-scripts
70
70
python -m pipenv requirements > dev-requirements.txt
71
71
- uses : FranzDiebold/github-env-vars-action@v2
72
72
- name : Load Python Dependencies from cache
73
- uses : actions/cache@v3
73
+ uses : actions/cache@v4
74
74
with :
75
75
path : ${{ env.python_cache_ubuntu_path }}
76
76
key : linux-pip-3-continuous-delivery-scripts
@@ -112,7 +112,7 @@ jobs:
112
112
python -m pipenv requirements > dev-requirements.txt
113
113
- uses : FranzDiebold/github-env-vars-action@v2
114
114
- name : Load Python Dependencies from cache
115
- uses : actions/cache@v3
115
+ uses : actions/cache@v4
116
116
with :
117
117
path : ${{ env.python_cache_ubuntu_path }}
118
118
key : linux-pip-3-continuous-delivery-scripts
@@ -232,7 +232,7 @@ jobs:
232
232
echo "Path to dependency cache: [${{ env.CACHE_PATH }}]"
233
233
- name : Load Python Dependencies from cache
234
234
if : ${{ ! startsWith(matrix.os, 'windows') }}
235
- uses : actions/cache@v3
235
+ uses : actions/cache@v4
236
236
with :
237
237
path : ${{ env.CACHE_PATH }}
238
238
key : ${{ matrix.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/dev-requirements.txt') }}
Original file line number Diff line number Diff line change 35
35
python -m pipenv requirements > dev-requirements.txt
36
36
- uses : FranzDiebold/github-env-vars-action@v2
37
37
- name : Load Python Dependencies from cache
38
- uses : actions/cache@v3
38
+ uses : actions/cache@v4
39
39
with :
40
40
path : ~/.cache/pip
41
41
key : linux-pip-3-continuous-delivery-scripts
You can’t perform that action at this time.
0 commit comments