Skip to content

Commit

Permalink
Merge c1a3ae3 into 98a0c0b
Browse files Browse the repository at this point in the history
  • Loading branch information
samsmithnz committed Sep 12, 2023
2 parents 98a0c0b + c1a3ae3 commit 9cf04a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
Version: ${{ steps.gitversion.outputs.SemVer }}
CommitsSinceVersionSource: ${{ steps.gitversion.outputs.CommitsSinceVersionSource }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup GitVersion
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
<PackageReference Include="RepoAutomation.Core" Version="1.5.1" />
<PackageReference Include="RepoAutomation.Core" Version="1.5.3" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/RepoGovernance.Core/RepoGovernance.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<ItemGroup>
<PackageReference Include="Azure.Data.Tables" Version="12.8.1" />
<PackageReference Include="Azure.Identity" Version="1.10.0" />
<PackageReference Include="DotNetCensus.Core" Version="1.6.1" />
<PackageReference Include="GitHubActionsDotNet" Version="1.2.0" />
<PackageReference Include="DotNetCensus.Core" Version="1.6.3" />
<PackageReference Include="GitHubActionsDotNet" Version="1.2.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Graph" Version="5.25.0" />
<PackageReference Include="RepoAutomation.Core" Version="1.5.1" />
<PackageReference Include="Microsoft.Graph" Version="5.26.0" />
<PackageReference Include="RepoAutomation.Core" Version="1.5.3" />
</ItemGroup>

</Project>

0 comments on commit 9cf04a1

Please sign in to comment.