File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1919  demo :
2020    runs-on : ubuntu-latest 
2121    steps :
22-       - uses : actions/checkout@v3  
22+       - uses : actions/checkout@v4  
2323        with :
2424          ref : ${{ github.event.pull_request.head.ref }} 
2525      - name : 🍠 lint yaml 
3232        shell : bash 
3333      - name : 🚨 handle error 
3434        if : ${{ failure() }} 
35-         uses : actions/github-script@v6  
35+         uses : actions/github-script@v7  
3636        with :
3737          github-token : ${{ secrets.OSPO_API_TOKEN }} 
3838          script : | 
6262        id : fork 
6363      - name : 💬 add comment 
6464        if : ${{ success() }} 
65-         uses : actions/github-script@v6  
65+         uses : actions/github-script@v7  
6666        with :
6767          github-token : ${{ secrets.OSPO_API_TOKEN }} 
6868          script : | 
Original file line number Diff line number Diff line change 1010  markdown :
1111    runs-on : ubuntu-latest 
1212    steps :
13-       - uses : actions/checkout@v3  
13+       - uses : actions/checkout@v4  
1414      - name : ⬇️ lint markdown files  #  Lints all markdown (.md) files
1515        uses : avto-dev/markdown-lint@v1 
1616        with :
1919  renovate :
2020    runs-on : ubuntu-latest 
2121    steps :
22-       - uses : actions/checkout@v3  
22+       - uses : actions/checkout@v4  
2323      - name : 🧼 lint renovate config  #  Validates changes to renovate.json config file
24-         uses : suzuki-shunsuke/github-action-renovate-config-validator@v0.1.2  
24+         uses : suzuki-shunsuke/github-action-renovate-config-validator@v1.0.1  
2525        with :
2626          config_file_path : ' default.json' 
Original file line number Diff line number Diff line change 2929  run :
3030    runs-on : ubuntu-latest 
3131    steps :
32-       - uses : actions/checkout@v3  
32+       - uses : actions/checkout@v4  
3333      - uses : wayfair-incubator/forker@v0.0.6 
3434        name : " ⑂ fork request" 
3535        with :
Original file line number Diff line number Diff line change 1212      pull-requests : write 
1313    steps :
1414    - name : 📆 mark stale PRs  #  Automatically marks inactive PRs as stale
15-       uses : actions/stale@v7  
15+       uses : actions/stale@v9  
1616      with :
1717        repo-token : ${{ secrets.GITHUB_TOKEN }} 
1818        days-before-stale : 60 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments