Skip to content

Commit

Permalink
chore(deps): update rocket surgery other
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 2, 2023
1 parent 8988c0e commit 410572f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
Publish:
needs:
- Build
uses: RocketSurgeonsGuild/actions/.github/workflows/publish-nuget.yml@v0.3.3
uses: RocketSurgeonsGuild/actions/.github/workflows/publish-nuget.yml@v0.3.4
secrets:
RSG_NUGET_API_KEY: '${{ secrets.RSG_NUGET_API_KEY }}'
RSG_AZURE_DEVOPS: '${{ secrets.RSG_AZURE_DEVOPS }}'
2 changes: 1 addition & 1 deletion .github/workflows/close-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

# move any issues to that milestone in the event the release is renamed
- name: sync milestones
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.3
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.4
with:
default-label: 'mysterious'
github-token: ${{ secrets.OMNISHARP_BOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
continue-on-error: true

- name: sync milestones
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.3
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.4
with:
default-label: 'mysterious'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
continue-on-error: true

- name: sync milestones
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.3
uses: RocketSurgeonsGuild/actions/sync-milestone@v0.3.4
with:
default-label: 'mysterious'
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageVersion Include="GitVersion.Tool" Version="5.12.0" />
<PackageVersion Include="JetBrains.ReSharper.CommandLineTools" Version="2023.2.3" />
<PackageVersion Include="ReportGenerator" Version="5.2.0" />
<PackageVersion Include="Rocket.Surgery.Nuke" Version="1.7.4" />
<PackageVersion Include="Rocket.Surgery.Nuke" Version="1.8.6" />
</ItemGroup>
<ItemGroup>
<!-- backwards compat is maintained in Directory.Packages.supports.props -->
Expand Down

0 comments on commit 410572f

Please sign in to comment.