File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515    runs-on : ${{ matrix.os }} 
1616    steps :
1717      - name : Install Go 
18-         uses : actions/setup-go@v5  
18+         uses : actions/setup-go@v6  
1919        with :
2020          go-version : ${{ matrix.go-version }} 
2121      - name : Checkout code 
22-         uses : actions/checkout@v4  
22+         uses : actions/checkout@v5  
2323      - name : Run unit tests 
2424        working-directory : spannerlib 
2525        run : go test ./... -race -short 
@@ -32,17 +32,17 @@ jobs:
3232    runs-on : ${{ matrix.os }} 
3333    steps :
3434      - name : Install Java 
35-         uses : actions/setup-java@v4  
35+         uses : actions/setup-java@v5  
3636        with :
3737          distribution : temurin 
3838          java-version : 21 
3939      - name : Checkout code 
40-         uses : actions/checkout@v4  
40+         uses : actions/checkout@v5  
4141      - name : Check Java formatting 
4242        run : mvn com.spotify.fmt:fmt-maven-plugin:check 
4343        working-directory : spannerlib/wrappers/spannerlib-java 
4444      - name : Install Go 
45-         uses : actions/setup-go@v5  
45+         uses : actions/setup-go@v6  
4646        with :
4747          go-version : ${{ matrix.go-version }} 
4848      - name : Build shared library 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments