File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ jobs:
191191        with :
192192          name : release 
193193      - name : Set up QEMU 
194-         uses : docker/setup-qemu-action@v2  
194+         uses : docker/setup-qemu-action@v3  
195195        with :
196196          platforms : all 
197197      - name : Set up Docker Buildx 
Original file line number Diff line number Diff line change 4646          printf 'CLAIRCORE_BRANCH=%s\n' "${br}" >> $GITHUB_ENV 
4747          printf 'GO_VERSION=%s\n' "$gv" >> $GITHUB_ENV 
4848          printf '%s/.local/go/bin\n' "$HOME" >> $GITHUB_PATH 
49-        - uses : docker/setup-qemu-action@v2  
49+        - uses : docker/setup-qemu-action@v3  
5050        with :
5151          platforms : all 
5252      - uses : docker/setup-buildx-action@v2 
Original file line number Diff line number Diff line change 9999          go mod download 
100100          go build -v std 
101101       - name : Set up QEMU 
102-         uses : docker/setup-qemu-action@v2  
102+         uses : docker/setup-qemu-action@v3  
103103        if : ${{ steps.host.outputs.platform != matrix.platform }} 
104104        with :
105105          platforms : ${{ matrix.platform }} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments