File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed 
src/Microsoft.OpenApi.Hidi Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
3030        id: getversion 
3131name : Push to GitHub Packages - Nightly 
3232        if : ${{ github.ref == 'refs/heads/vnext' }} 
33-         uses : docker/build-push-action@v6.7 .0 
33+         uses : docker/build-push-action@v6.9 .0 
3434        with :
3535          push : true 
3636          tags : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:nightly 
3737      - name : Push to GitHub Packages - Release 
3838        if : ${{ github.ref == 'refs/heads/master' }} 
39-         uses : docker/build-push-action@v6.7 .0 
39+         uses : docker/build-push-action@v6.9 .0 
4040        with :
4141          push : true 
4242          tags : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.getversion.outputs.version }} 
Original file line number Diff line number Diff line change 99    <Nullable >enable</Nullable >
1010    <ToolCommandName >hidi</ToolCommandName >
1111    <PackageOutputPath >./../../artifacts</PackageOutputPath >
12-     <Version >1.4.10 </Version >
12+     <Version >1.4.11 </Version >
1313    <Description >OpenAPI.NET CLI tool for slicing OpenAPI documents</Description >
1414    <SignAssembly >true</SignAssembly >
1515    <!--  https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources --> 
3838      <PrivateAssets >all</PrivateAssets >
3939    </PackageReference >
4040    <PackageReference  Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" 
41-     <PackageReference  Include =" Microsoft.OData.Edm" Version =" 8.0.1 " 
42-     <PackageReference  Include =" Microsoft.OpenApi.OData" Version =" 2.0.0-preview.2 " 
41+     <PackageReference  Include =" Microsoft.OData.Edm" Version =" 8.0.2 " 
42+     <PackageReference  Include =" Microsoft.OpenApi.OData" Version =" 2.0.0-preview.3 " 
4343    <PackageReference  Include =" Microsoft.OpenApi.ApiManifest" Version =" 0.5.0-preview" 
4444    <PackageReference  Include =" System.CommandLine.Hosting" Version =" 0.4.0-alpha.22272.1" 
4545    <!-- STJ
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments