| 
					
				 | 
			
			
				@@ -8,14 +8,14 @@ jobs: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   deploy: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     runs-on: ubuntu-latest 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     steps: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    - uses: actions/checkout@v2 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    - uses: actions/checkout@v3 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     - uses: actions-ecosystem/action-regex-match@v2 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       id: regex-match 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       with: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         text: ${{ github.event.head_commit.message }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         regex: '^Release ([^ ]+)' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     - name: Set up Python 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      uses: actions/setup-python@v2 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      uses: actions/setup-python@v4 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       with: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         python-version: '3.8' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     - name: Install dependencies 
			 |