File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 runs-on : ${{ matrix.os }}
1717
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v3
2020
2121 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
22- uses : actions/setup-python@v2
22+ uses : actions/setup-python@v4
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 runs-on : ${{ matrix.os }}
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717
1818 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
19- uses : actions/setup-python@v2
19+ uses : actions/setup-python@v4
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v3
1818 with :
1919 fetch-depth : 0
20- - uses : actions/setup-python@v1
20+ - uses : actions/setup-python@v4
2121 with :
2222 python-version : 3.7
2323 - name : Build dist files
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 runs-on : ${{ matrix.os }}
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717
1818 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
19- uses : actions/setup-python@v2
19+ uses : actions/setup-python@v4
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222
You can’t perform that action at this time.
0 commit comments