Skip to content

Commit

Permalink
Updated packages 11 Apr (#389)
Browse files Browse the repository at this point in the history
* updated packages

* updated action

* updated actions
  • Loading branch information
samsmithnz committed Apr 12, 2023
1 parent 6e41978 commit d5f99ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
with:
fetch-depth: 0
- name: Setup GitVersion
uses: gittools/actions/gitversion/setup@v0.9.15
uses: gittools/actions/gitversion/setup@v0.10.2
with:
versionSpec: 5.x
- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v0.9.15
uses: gittools/actions/gitversion/execute@v0.10.2
- name: Display GitVersion outputs
run: |
echo "Version: ${{ steps.gitversion.outputs.SemVer }}"
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
continue-on-error: true
- name: Show test results
if: false
uses: samsmithnz/DotNetTestResults@0.1.3
uses: samsmithnz/DotNetTestResults@0.1.4
with:
fileName: ${{ github.workspace }}/TestOutput.xml

Expand Down
2 changes: 1 addition & 1 deletion src/RepoGovernance.Core/RepoGovernance.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Azure.Data.Tables" Version="12.8.0" />
<PackageReference Include="DotNetCensus.Core" Version="1.2.3" />
<PackageReference Include="DotNetCensus.Core" Version="1.2.4" />
<PackageReference Include="GitHubActionsDotNet" Version="1.0.23" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
<PackageReference Include="RepoAutomation.Core" Version="1.4.3" />
Expand Down
2 changes: 1 addition & 1 deletion src/RepoGovernance.Function/RepoGovernance.Function.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<UserSecretsId>56a80713-9f41-47ac-bcbe-6d61d992bf79</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Storage.Queues" Version="12.13.1" />
<PackageReference Include="Azure.Storage.Queues" Version="12.14.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="5.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.1.3" />
Expand Down

0 comments on commit d5f99ef

Please sign in to comment.