File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,9 @@ jobs:
121
121
python-version : ['3.7', '3.8', '3.9', '3.10']
122
122
123
123
steps :
124
- - uses : actions/checkout@v1
124
+ - uses : actions/checkout@v3
125
125
- name : Set up Python ${{ matrix.python-version }}
126
- uses : actions/setup-python@v2
126
+ uses : actions/setup-python@v4
127
127
with :
128
128
python-version : ${{ matrix.python-version }}
129
129
- name : Install dependencies
@@ -253,9 +253,9 @@ jobs:
253
253
python-version: ['3.8', '3.9', '3.10']
254
254
255
255
steps:
256
- - uses: actions/checkout@v1
256
+ - uses: actions/checkout@v3
257
257
- name: Set up Python ${{ matrix.python-version }}
258
- uses: actions/setup-python@v2
258
+ uses: actions/setup-python@v4
259
259
with:
260
260
python-version: ${{ matrix.python-version }}
261
261
- name: Install dependencies
You can’t perform that action at this time.
0 commit comments