88 os : [ubuntu-20.04, macos-latest, windows-latest]
99 python-version : ["3.6"]
1010 steps :
11- - uses : actions/checkout@v2.3.4
11+ - uses : actions/checkout@v3.5.3
1212
1313 - name : Set up Python${{ matrix.python-version }}
14- uses : actions/setup-python@v2.1.4
14+ uses : actions/setup-python@v4.6.1
1515 with :
1616 python-version : ${{ matrix.python-version }}
1717 architecture : x64
@@ -32,10 +32,10 @@ jobs:
3232 os : [ubuntu-latest, macos-latest, windows-latest]
3333 python-version : ["3.7", "3.8", "3.9", "3.10"]
3434 steps :
35- - uses : actions/checkout@v2.3.4
35+ - uses : actions/checkout@v3.5.3
3636
3737 - name : Set up Python${{ matrix.python-version }}
38- uses : actions/setup-python@v2.1.4
38+ uses : actions/setup-python@v4.6.1
3939 with :
4040 python-version : ${{ matrix.python-version }}
4141 architecture : x64
@@ -52,10 +52,10 @@ jobs:
5252 coverage :
5353 runs-on : ubuntu-latest
5454 steps :
55- - uses : actions/checkout@v2.3.4
55+ - uses : actions/checkout@v3.5.3
5656
5757 - name : Set up Python${{ matrix.python-version }}
58- uses : actions/setup-python@v2.1.4
58+ uses : actions/setup-python@v4.6.1
5959 with :
6060 python-version : ${{ matrix.python-version }}
6161 architecture : x64
0 commit comments