File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2626    runs-on : ubuntu-latest 
2727
2828    steps :
29-       - uses : actions/checkout@v4  
29+       - uses : actions/checkout@v5  
3030      - uses : actions/setup-dotnet@v4 
3131      - name : SunburstChartExample 
3232        run : dotnet publish samples/SunburstChartExample/ -f net8.0 /p:SummaryOutDir=$GITHUB_WORKSPACE/summary 
Original file line number Diff line number Diff line change 2222    name : Run 
2323    runs-on : ubuntu-latest 
2424    steps :
25-       - uses : actions/checkout@v4  
25+       - uses : actions/checkout@v5  
2626      - uses : actions/setup-dotnet@v4 
2727      - name : Build benchmarks 
2828        run : cd test/DocumentFormat.OpenXml.Benchmarks; dotnet build -c RELEASE 
Original file line number Diff line number Diff line change 3333    runs-on : ubuntu-latest 
3434    steps :
3535    - name : Checkout 
36-       uses : actions/checkout@v4  
36+       uses : actions/checkout@v5  
3737      with :
3838        fetch-depth : 0 
3939    - name : Install .NET 
8181
8282    steps :
8383    - name : Checkout 
84-       uses : actions/checkout@v4  
84+       uses : actions/checkout@v5  
8585      with :
8686        fetch-depth : 0 
8787
Original file line number Diff line number Diff line change 3131
3232    steps :
3333    - name : Checkout 
34-       uses : actions/checkout@v4  
34+       uses : actions/checkout@v5  
3535      with :
3636        fetch-depth : 0 
3737
Original file line number Diff line number Diff line change 4545
4646    steps :
4747    - name : Checkout repository 
48-       uses : actions/checkout@v4  
48+       uses : actions/checkout@v5  
4949    - name : Setup .NET 
5050      uses : actions/setup-dotnet@v4 
5151      with :
Original file line number Diff line number Diff line change 2626      Configuration : Release 
2727    steps :
2828      - name : Checkout 
29-         uses : actions/checkout@v4  
29+         uses : actions/checkout@v5  
3030        with :
3131          fetch-depth : 0 
3232      - name : Install .NET Core 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments