File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414
1515    steps :
1616      - name : Checkout 
17-         uses : actions/checkout@v3  
17+         uses : actions/checkout@v4  
1818      - name : Codespell 
1919        uses : codespell-project/actions-codespell@v2 
Original file line number Diff line number Diff line change 1717          - goos : windows 
1818            goarch : amd64 
1919    steps :
20-     - uses : actions/checkout@v3  
20+     - uses : actions/checkout@v4  
2121    - uses : actions/setup-go@v4 
2222      with :
2323        go-version : ${{ env.GO_VERSION }} 
3434    name : " Run tests" 
3535    runs-on : ubuntu-latest 
3636    steps :
37-     - uses : actions/checkout@v3  
37+     - uses : actions/checkout@v4  
3838    - uses : actions/setup-go@v4 
3939      with :
4040        go-version : ${{ env.GO_VERSION }} 
5555          - goos : windows 
5656            goarch : amd64 
5757    steps :
58-       - uses : actions/checkout@v3  
58+       - uses : actions/checkout@v4  
5959      - uses : actions/setup-go@v4 
6060        with :
6161          go-version : ${{ env.GO_VERSION }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments