File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
restore-keys : npm-v14-${{ runner.os }}-${{ github.ref }}-
32
32
33
33
- name : Set up Python ${{ matrix.python-version }}
34
- uses : actions/setup-python@v1
34
+ uses : actions/setup-python@v2
35
35
with :
36
36
python-version : ${{ matrix.python-version }}
37
37
82
82
restore-keys : npm-v14-${{ runner.os }}-${{ github.ref }}-
83
83
84
84
- name : Set up Python ${{ matrix.python-version }}
85
- uses : actions/setup-python@v1
85
+ uses : actions/setup-python@v2
86
86
with :
87
87
python-version : ${{ matrix.python-version }}
88
88
@@ -133,7 +133,7 @@ jobs:
133
133
restore-keys : npm-v12-${{ runner.os }}-${{ github.ref }}-
134
134
135
135
- name : Set up Python ${{ matrix.python-version }}
136
- uses : actions/setup-python@v1
136
+ uses : actions/setup-python@v2
137
137
with :
138
138
python-version : ${{ matrix.python-version }}
139
139
Original file line number Diff line number Diff line change 44
44
npm-v14-${{ runner.os }}-refs/heads/master-
45
45
46
46
- name : Set up Python ${{ matrix.python-version }}
47
- uses : actions/setup-python@v1
47
+ uses : actions/setup-python@v2
48
48
with :
49
49
python-version : ${{ matrix.python-version }}
50
50
@@ -111,7 +111,7 @@ jobs:
111
111
npm-v14-${{ runner.os }}-refs/heads/master-
112
112
113
113
- name : Set up Python ${{ matrix.python-version }}
114
- uses : actions/setup-python@v1
114
+ uses : actions/setup-python@v2
115
115
with :
116
116
python-version : ${{ matrix.python-version }}
117
117
@@ -164,7 +164,7 @@ jobs:
164
164
npm-v12-${{ runner.os }}-refs/heads/master-
165
165
166
166
- name : Set up Python ${{ matrix.python-version }}
167
- uses : actions/setup-python@v1
167
+ uses : actions/setup-python@v2
168
168
with :
169
169
python-version : ${{ matrix.python-version }}
170
170
You can’t perform that action at this time.
0 commit comments