1919 - uses : actions/checkout@v2
2020
2121 - name : Set up Python ${{ matrix.python-version }}
22- uses : actions/setup-python@v2
22+ uses : actions/setup-python@v3
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525
4545 - uses : actions/checkout@v2
4646
4747 - name : Set up Python ${{ matrix.python-version }}
48- uses : actions/setup-python@v2
48+ uses : actions/setup-python@v3
4949 with :
5050 python-version : ${{ matrix.python-version }}
5151
7474 steps :
7575 - uses : actions/checkout@v2
7676 - name : Set up Python ${{ matrix.python-version }}
77- uses : actions/setup-python@v2
77+ uses : actions/setup-python@v3
7878 with :
7979 python-version : ${{ matrix.python-version }}
8080 - name : Install dependencies
@@ -100,7 +100,7 @@ jobs:
100100 steps :
101101 - uses : actions/checkout@v2
102102 - name : Set up Python ${{ matrix.python-version }}
103- uses : actions/setup-python@v2
103+ uses : actions/setup-python@v3
104104 with :
105105 python-version : ${{ matrix.python-version }}
106106 - name : Install dependencies
@@ -125,7 +125,7 @@ jobs:
125125 steps :
126126 - uses : actions/checkout@v2
127127 - name : Set up Python ${{ matrix.python-version }}
128- uses : actions/setup-python@v2
128+ uses : actions/setup-python@v3
129129 with :
130130 python-version : ${{ matrix.python-version }}
131131 - name : Install dependencies
0 commit comments