|  | @@ -18,7 +18,7 @@ jobs:
 | 
	
		
			
				|  |  |          python-verison: ['3.9']
 | 
	
		
			
				|  |  |      steps:
 | 
	
		
			
				|  |  |      - uses: actions/checkout@v2.4.0
 | 
	
		
			
				|  |  | -    - uses: actions/setup-python@v2.2.2
 | 
	
		
			
				|  |  | +    - uses: actions/setup-python@v2.3.0
 | 
	
		
			
				|  |  |        with:
 | 
	
		
			
				|  |  |          python-version: ${{ matrix.python-version }}
 | 
	
		
			
				|  |  |      - run: pip install --upgrade pipenv==2020.8.13
 | 
	
	
		
			
				|  | @@ -40,7 +40,7 @@ jobs:
 | 
	
		
			
				|  |  |        fail-fast: false
 | 
	
		
			
				|  |  |      steps:
 | 
	
		
			
				|  |  |      - uses: actions/checkout@v2.4.0
 | 
	
		
			
				|  |  | -    - uses: actions/setup-python@v2.2.2
 | 
	
		
			
				|  |  | +    - uses: actions/setup-python@v2.3.0
 | 
	
		
			
				|  |  |        with:
 | 
	
		
			
				|  |  |          python-version: ${{ matrix.python-version }}
 | 
	
		
			
				|  |  |      - run: pip install --upgrade pipenv==2020.8.13
 | 
	
	
		
			
				|  | @@ -73,7 +73,7 @@ jobs:
 | 
	
		
			
				|  |  |          python-verison: ['3.9']
 | 
	
		
			
				|  |  |      steps:
 | 
	
		
			
				|  |  |      - uses: actions/checkout@v2.4.0
 | 
	
		
			
				|  |  | -    - uses: actions/setup-python@v2.2.2
 | 
	
		
			
				|  |  | +    - uses: actions/setup-python@v2.3.0
 | 
	
		
			
				|  |  |        with:
 | 
	
		
			
				|  |  |          python-version: ${{ matrix.python-version }}
 | 
	
		
			
				|  |  |      - run: pip install --upgrade pipenv==2020.8.13
 |