File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
PipelinesToActions/PipelinesToActions Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 with :
1414 fetch-depth : 0 # fetch-depth is needed for GitVersion
1515 - name : Install GitVersion # Install and calculate the new version with GitVersion
16- uses : gittools/actions/gitversion/setup@v3.0.0
16+ uses : gittools/actions/gitversion/setup@v3.1.11
1717 with :
1818 versionSpec : 5.x
1919 - name : Determine Version
20- uses : gittools/actions/gitversion/execute@v3.0.0
20+ uses : gittools/actions/gitversion/execute@v3.1.11
2121 id : gitversion # step id used as reference for output values
2222 - name : Display GitVersion outputs
2323 run : |
8181 with :
8282 creds : ${{ secrets.AZURE_SP }}
8383 - name : Download webapp artifact # Download the artifacts from GitHub
84- uses : actions/download-artifact@v4.1.8
84+ uses : actions/download-artifact@v4.1.9
8585 with :
8686 name : webapp
8787 path : webapp
Original file line number Diff line number Diff line change 99
1010 <ItemGroup >
1111 <PackageReference Include =" AzurePipelinesToGitHubActionsConverter.Core" Version =" 1.3.47" />
12- <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.22 .0" />
12+ <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.23 .0" />
1313 <PackageReference Include =" Microsoft.ApplicationInsights.SnapshotCollector" Version =" 1.4.6" />
1414 </ItemGroup >
1515
You can’t perform that action at this time.
0 commit comments