Skip to content

Commit

Permalink
Merge pull request #633 from microsoftgraph/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-3.4.0

Bump actions/checkout from 3.3.0 to 3.4.0
  • Loading branch information
andrueastman authored Mar 16, 2023
2 parents 13c43d8 + 4c5f3b6 commit d801da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validatePullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
solutionName: Microsoft.Graph.Beta.sln
projectName: src/Microsoft.Graph/Microsoft.Graph.Beta.csproj
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
- name: Setup .NET
uses: actions/setup-dotnet@v3.0.3
with:
Expand All @@ -39,7 +39,7 @@ jobs:
language: [ 'csharp' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down

0 comments on commit d801da8

Please sign in to comment.