Skip to content

Commit d6c0423

Browse files
authored
Merge branch 'dev' into v1.0/pipelinebuild/97328
2 parents 46f4a33 + d03d092 commit d6c0423

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/create-v1.0-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Steps represent a sequence of tasks that will be executed as part of the job
3131
steps:
3232
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
33-
- uses: actions/checkout@v3.1.0
33+
- uses: actions/checkout@v3.2.0
3434

3535
# Create a pull request [1]
3636
- name: Create PR using the GitHub REST API via hub

.github/workflows/validatePullRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
solutionName: Microsoft.Graph.sln
1515
steps:
16-
- uses: actions/checkout@v3.1.0
16+
- uses: actions/checkout@v3.2.0
1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v3.0.3
1919
with:

tests/Microsoft.Graph.DotnetCore.Test/Microsoft.Graph.DotnetCore.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
20-
<PackageReference Include="Moq" Version="4.18.2" />
20+
<PackageReference Include="Moq" Version="4.18.3" />
2121
<PackageReference Include="xunit" Version="2.4.2" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
2323
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)