File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55    branches :
66      - main 
77  schedule :
8-     #  Run  at minute 30 every 3 hours, starting from the hour 0 (12 midnight)
8+     #  Runs  at minute 30 every 3 hours, starting from the hour 0 (12 midnight)
99    - cron :  ' 30 0/3 * * *' 
1010
1111jobs :
2020      - name : Use a specific Kotlin version 
2121        uses : fwilhe2/setup-kotlin@main 
2222        with :
23-           version : 2.1 .0 
23+           version : 2.2 .0 
2424
2525      - name : Check if there is a new release 
2626        id : check-for-updates 
3636      #  It could be used as the release body but had some minor formatting issues.
3737      #  For example, it contained unnecessary new lines in the body.
3838      - name : Convert from HTML to markdown 
39-         uses : docker://pandoc/core:2.18.0  
39+         uses : docker://pandoc/core:3.7.0.2  
4040        if : ${{ steps.check-for-updates.outputs.result == 'stale' }} 
4141        with :
4242          #  These are appended to "pandoc" command exactly like in terminal
5858
5959      #  Also see https://github.com/EndBug/add-and-commit
6060      - name : Commit main changes 
61-         uses : stefanzweifel/git-auto-commit-action@v4  
61+         uses : stefanzweifel/git-auto-commit-action@v6  
6262        if : ${{ steps.check-for-updates.outputs.result == 'stale' }} 
6363        with :
6464          commit_message : Update last RSS update time 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments