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
runs-on : ubuntu-20.04
18
18
needs : [python-files]
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
22
22
- name : Set up Python 3.6
23
- uses : actions/setup-python@v2
23
+ uses : actions/setup-python@v4
24
24
with :
25
25
python-version : 3.6.15
26
26
27
- - uses : actions/cache@v2
27
+ - uses : actions/cache@v3
28
28
with :
29
29
path : ~/pip-cache
30
30
key : pip-3.6-${{ github.sha }}
@@ -46,14 +46,14 @@ jobs:
46
46
runs-on : ubuntu-20.04
47
47
needs : [python-files]
48
48
steps :
49
- - uses : actions/checkout@v2
49
+ - uses : actions/checkout@v3
50
50
51
51
- name : Set up Python 3.6
52
- uses : actions/setup-python@v2
52
+ uses : actions/setup-python@v4
53
53
with :
54
54
python-version : 3.6.15
55
55
56
- - uses : actions/cache@v2
56
+ - uses : actions/cache@v3
57
57
with :
58
58
path : ~/pip-cache
59
59
key : pip-3.6-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments