File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ The Renovate version to use.
208208If omitted the action will use the `latest` Docker tag. 
209209Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags). 
210210
211- This sample will use `ghcr.io/renovatebot/renovate:37.326.3 ` image. 
211+ This sample will use `ghcr.io/renovatebot/renovate:37.342.1 ` image. 
212212
213213` ` ` yml
214214.... 
@@ -221,7 +221,7 @@ jobs:
221221      - name: Self-hosted Renovate 
222222        uses: renovatebot/[email protected]  223223        with: 
224-           renovate-version: 37.326.3  
224+           renovate-version: 37.342.1  
225225          token: ${{ secrets.RENOVATE_TOKEN }} 
226226` ` ` 
227227
@@ -484,7 +484,7 @@ jobs:
484484        with: 
485485          configurationFile: renovate.json5 
486486          token: ${{ secrets.RENOVATE_TOKEN }} 
487-           renovate-version: 37.326.3  
487+           renovate-version: 37.342.1  
488488        env: 
489489          # This enables the cache -- if this is set, it's not necessary to add it to renovate.json. 
490490          RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments