File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
- name : Cache dependencies
20
- uses : actions/cache@v3
20
+ uses : actions/cache@v4
21
21
with :
22
22
path : ~/.cache/pip
23
23
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
24
24
restore-keys : |
25
25
${{ runner.os }}-pip-
26
26
- name : Set up Python ${{ matrix.python-version }}
27
- uses : actions/setup-python@v3
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : ${{ matrix.python-version }}
30
30
- name : Install Dependencies
@@ -45,11 +45,11 @@ jobs:
45
45
steps :
46
46
- uses : actions/checkout@v4
47
47
- name : Set up Python 3.x
48
- uses : actions/setup-python@v3
48
+ uses : actions/setup-python@v5
49
49
with :
50
50
python-version : 3.11
51
51
- name : Cache dependencies
52
- uses : actions/cache@v3
52
+ uses : actions/cache@v4
53
53
with :
54
54
path : ~/.cache/pip
55
55
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -73,11 +73,11 @@ jobs:
73
73
steps :
74
74
- uses : actions/checkout@v4
75
75
- name : Set up Python 3.x
76
- uses : actions/setup-python@v3
76
+ uses : actions/setup-python@v5
77
77
with :
78
78
python-version : 3.11
79
79
- name : Cache dependencies
80
- uses : actions/cache@v3
80
+ uses : actions/cache@v4
81
81
with :
82
82
path : ~/.cache/pip
83
83
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
You can’t perform that action at this time.
0 commit comments