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 Mar 20, 2024
1 parent 848ef2b commit 224fa9a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.8
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.8
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.8
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.8
with:
default-label: 'mysterious'
github-token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="Rocket.Surgery.MSBuild.CI" Version="1.1.5" />
<PackageVersion Include="Rocket.Surgery.MSBuild.SourceLink" Version="1.1.5" />
<PackageVersion Include="Rocket.Surgery.MSBuild.CI" Version="1.2.1" />
<PackageVersion Include="Rocket.Surgery.MSBuild.SourceLink" Version="1.2.1" />
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
</ItemGroup>
<!-- Samples -->
Expand All @@ -24,7 +24,7 @@
<PackageVersion Include="GitVersion.Tool" Version="5.12.0" />
<PackageVersion Include="JetBrains.ReSharper.CommandLineTools" Version="2023.3.4" />
<PackageVersion Include="ReportGenerator" Version="5.2.4" />
<PackageVersion Include="Rocket.Surgery.Nuke" Version="1.7.4" />
<PackageVersion Include="Rocket.Surgery.Nuke" Version="1.8.22" />
</ItemGroup>
<ItemGroup>
<!-- backwards compat is maintained in Directory.Packages.supports.props -->
Expand Down

0 comments on commit 224fa9a

Please sign in to comment.