Skip to content

Commit 158311d

Browse files
committed
Update Rocket Surgery Other
1 parent 43301e9 commit 158311d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ jobs:
159159
secrets:
160160
RSG_NUGET_API_KEY: '${{ secrets.RSG_NUGET_API_KEY }}'
161161
RSG_AZURE_DEVOPS: '${{ secrets.RSG_AZURE_DEVOPS }}'
162-
uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected].1
162+
uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected].2

.github/workflows/close-milestone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
# move any issues to that milestone in the event the release is renamed
4141
- name: sync milestones
42-
uses: RocketSurgeonsGuild/actions/[email protected].1
42+
uses: RocketSurgeonsGuild/actions/[email protected].2
4343
with:
4444
default-label: 'mysterious'
4545
github-token: ${{ secrets.OMNISHARP_BOT_TOKEN }}

.github/workflows/draft-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
continue-on-error: true
4040

4141
- name: sync milestones
42-
uses: RocketSurgeonsGuild/actions/[email protected].1
42+
uses: RocketSurgeonsGuild/actions/[email protected].2
4343
with:
4444
default-label: 'mysterious'
4545
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/update-milestone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
continue-on-error: true
4949

5050
- name: sync milestones
51-
uses: RocketSurgeonsGuild/actions/[email protected].1
51+
uses: RocketSurgeonsGuild/actions/[email protected].2
5252
with:
5353
default-label: 'mysterious'
5454
github-token: ${{ secrets.GITHUB_TOKEN }}

Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageVersion Include="GitVersion.Tool" Version="5.10.1" />
2525
<PackageVersion Include="JetBrains.ReSharper.CommandLineTools" Version="2022.1.1" />
2626
<PackageVersion Include="ReportGenerator" Version="5.1.6" />
27-
<PackageVersion Include="Rocket.Surgery.Nuke" Version="0.17.10" />
27+
<PackageVersion Include="Rocket.Surgery.Nuke" Version="0.17.21" />
2828
</ItemGroup>
2929
<ItemGroup>
3030
<!-- backwards compat is maintained in Directory.Packages.supports.props -->

0 commit comments

Comments
 (0)