File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818
1919    steps :
2020      - name : Checkout 
21-         uses : actions/checkout@v4  
21+         uses : actions/checkout@v5  
2222      - name : Codespell 
2323        uses : codespell-project/actions-codespell@v2 
Original file line number Diff line number Diff line change 1919    name : lint 
2020    runs-on : ubuntu-latest 
2121    steps :
22-       - uses : actions/checkout@v4  
22+       - uses : actions/checkout@v5  
2323      - uses : actions/setup-go@v5 
2424        with :
2525          go-version : stable 
Original file line number Diff line number Diff line change 1717          - goos : windows 
1818            goarch : amd64 
1919    steps :
20-     - uses : actions/checkout@v4  
20+     - uses : actions/checkout@v5  
2121    - uses : actions/setup-go@v5 
2222      with :
2323        go-version : ${{ env.GO_VERSION }} 
3838    name : " Run tests" 
3939    runs-on : ubuntu-latest 
4040    steps :
41-     - uses : actions/checkout@v4  
41+     - uses : actions/checkout@v5  
4242    - uses : actions/setup-go@v5 
4343      with :
4444        go-version : ${{ env.GO_VERSION }} 
5959          - goos : windows 
6060            goarch : amd64 
6161    steps :
62-       - uses : actions/checkout@v4  
62+       - uses : actions/checkout@v5  
6363      - uses : actions/setup-go@v5 
6464        with :
6565          go-version : ${{ env.GO_VERSION }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments