File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,15 +78,15 @@ jobs:
7878          echo new_operator_version=${{ inputs.operator_version }} >> $GITHUB_OUTPUT 
7979
8080name : Find and Replace NIC version 
81-         uses : jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97   #  v3.0.3 
81+         uses : jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15   #  v3.0.4 
8282        with :
8383          find : ${{ steps.sync.outputs.current_nic_version }} 
8484          replace : ${{ steps.sync.outputs.new_nic_version }} 
8585          regex : false 
8686          exclude : .github/** 
8787
8888      - name : Find and Replace Operator version 
89-         uses : jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97   #  v3.0.3 
89+         uses : jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15   #  v3.0.4 
9090        with :
9191          find : ${{ steps.sync.outputs.current_operator_version }} 
9292          replace : ${{ steps.sync.outputs.new_operator_version }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments