|  | @@ -38,7 +38,7 @@ jobs:
 | 
	
		
			
				|  |  |        # https://github.com/docker/login-action
 | 
	
		
			
				|  |  |        - name: Log into registry ${{ env.REGISTRY }}
 | 
	
		
			
				|  |  |          if: github.event_name != 'pull_request'
 | 
	
		
			
				|  |  | -        uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
 | 
	
		
			
				|  |  | +        uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
 | 
	
		
			
				|  |  |          with:
 | 
	
		
			
				|  |  |            registry: ${{ env.REGISTRY }}
 | 
	
		
			
				|  |  |            username: ${{ github.actor }}
 |