File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111    runs-on : ubuntu-latest 
1212
1313    steps :
14-       - uses : actions/checkout@v4  
14+       - uses : actions/checkout@v5  
1515      - name : Set up Ruby 3.2 
1616        uses : ruby/setup-ruby@v1 
1717        with :
Original file line number Diff line number Diff line change 2121      RAILS_VERSION : ${{ matrix.rails-version }} 
2222    name : integration-tests-against-rc (Rails ${{ matrix.rails-version }}) 
2323    steps :
24-       - uses : actions/checkout@v4  
24+       - uses : actions/checkout@v5  
2525      - name : Set up Ruby 
2626        uses : ruby/setup-ruby@v1 
2727        with :
Original file line number Diff line number Diff line change 2525      RAILS_VERSION : ${{ matrix.rails-version }} 
2626    name : integration-tests (Rails ${{ matrix.rails-version }} with Ruby ${{ matrix.ruby-version }}) 
2727    steps :
28-       - uses : actions/checkout@v4  
28+       - uses : actions/checkout@v5  
2929      - name : Install SQLite dependencies 
3030        run : sudo apt-get update && sudo apt-get install -y libsqlite3-dev 
3131      - name : Set up Ruby 
5151    name : linter-check 
5252    runs-on : ubuntu-latest 
5353    steps :
54-       - uses : actions/checkout@v4  
54+       - uses : actions/checkout@v5  
5555      - name : Install SQLite dependencies 
5656        run : sudo apt-get update && sudo apt-get install -y libsqlite3-dev 
5757      - name : Set up Ruby 
6868    name : Yaml linting check 
6969    runs-on : ubuntu-latest 
7070    steps :
71-       - uses : actions/checkout@v4  
71+       - uses : actions/checkout@v5  
7272      - name : Yaml lint check 
7373        uses : ibiqlik/action-yamllint@v3 
7474        with :
7878    name : smoke-test 
7979    runs-on : ubuntu-latest 
8080    steps :
81-       - uses : actions/checkout@v4  
81+       - uses : actions/checkout@v5  
8282      - name : Install SQLite dependencies 
8383        run : sudo apt-get update && sudo apt-get install -y libsqlite3-dev 
8484      - name : Set up Ruby 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments