|  | @@ -20,7 +20,7 @@ jobs:
 | 
											
												
													
														|  |          python-version: ['3.9']
 |  |          python-version: ['3.9']
 | 
											
												
													
														|  |      steps:
 |  |      steps:
 | 
											
												
													
														|  |      - uses: actions/checkout@v3
 |  |      - uses: actions/checkout@v3
 | 
											
												
													
														|  | -    - uses: actions/setup-python@v3
 |  | 
 | 
											
												
													
														|  | 
 |  | +    - uses: actions/setup-python@v4
 | 
											
												
													
														|  |        with:
 |  |        with:
 | 
											
												
													
														|  |          python-version: ${{ matrix.python-version }}
 |  |          python-version: ${{ matrix.python-version }}
 | 
											
												
													
														|  |      - run: pip install --upgrade pipenv==2020.8.13
 |  |      - run: pip install --upgrade pipenv==2020.8.13
 | 
											
										
											
												
													
														|  | @@ -41,7 +41,7 @@ jobs:
 | 
											
												
													
														|  |        fail-fast: false
 |  |        fail-fast: false
 | 
											
												
													
														|  |      steps:
 |  |      steps:
 | 
											
												
													
														|  |      - uses: actions/checkout@v3
 |  |      - uses: actions/checkout@v3
 | 
											
												
													
														|  | -    - uses: actions/setup-python@v3
 |  | 
 | 
											
												
													
														|  | 
 |  | +    - uses: actions/setup-python@v4
 | 
											
												
													
														|  |        with:
 |  |        with:
 | 
											
												
													
														|  |          python-version: ${{ matrix.python-version }}
 |  |          python-version: ${{ matrix.python-version }}
 | 
											
												
													
														|  |      - run: pip install --upgrade pipenv==2020.8.13
 |  |      - run: pip install --upgrade pipenv==2020.8.13
 |