File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,8 @@ jobs:
142142 $serviceControlMetadata | ConvertTo-Json | Out-File -Path ServiceControlMetadata.json
143143 - name : Deploy
144144 if : ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
145- uses :
Particular/[email protected] 145+ # Does not follow standard practice of targeting explicit versions because configuration is tightly coupled to Octopus Deploy configuration
146+ uses : Particular/push-octopus-package-action@main
146147 with :
147148 octopus-deploy-api-key : ${{ secrets.OCTOPUS_DEPLOY_API_KEY }}
148149 additional-metadata-paths : ServiceControlMetadata.json
Original file line number Diff line number Diff line change 77
88 <ItemGroup Label =" Versions for direct package references" >
99 <PackageVersion Include =" Autofac" Version =" 7.0.1" />
10- <PackageVersion Include =" Azure.Identity" Version =" 1.10.3 " />
10+ <PackageVersion Include =" Azure.Identity" Version =" 1.11.1 " />
1111 <PackageVersion Include =" ByteSize" Version =" 2.1.1" />
1212 <PackageVersion Include =" Caliburn.Micro" Version =" 4.0.212" />
1313 <PackageVersion Include =" Dapper" Version =" 2.0.138" />
You can’t perform that action at this time.
0 commit comments