| 
					
				 | 
			
			
				@@ -18,7 +18,7 @@ jobs: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         python-verison: ['3.9'] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     steps: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     - uses: actions/checkout@v2.4.0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    - uses: actions/setup-python@v2.3.2 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    - uses: actions/setup-python@v3 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       with: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         python-version: ${{ matrix.python-version }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         # did not reduce runtime of `pipenv install` (still approx. 1 min) 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -41,7 +41,7 @@ jobs: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       fail-fast: false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     steps: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     - uses: actions/checkout@v2.4.0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    - uses: actions/setup-python@v2.3.2 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    - uses: actions/setup-python@v3 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       with: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         python-version: ${{ matrix.python-version }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         # did not reduce runtime of `pipenv install` (still approx. 1 min) 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -76,7 +76,7 @@ jobs: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         python-verison: ['3.9'] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     steps: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     - uses: actions/checkout@v2.4.0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    - uses: actions/setup-python@v2.3.2 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    - uses: actions/setup-python@v3 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       with: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         python-version: ${{ matrix.python-version }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     - run: pip install --upgrade pipenv==2020.8.13 
			 |