Skip to content

Commit 343d578

Browse files
authored
Update octopus action (#4095)
* Update octopus action * Update Azure.Identity
1 parent 8e1f90e commit 343d578

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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" />

0 commit comments

Comments
 (0)