Skip to content

Commit

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

Bump actions/checkout from 3.4.0 to 3.5.0
  • Loading branch information
baywet authored Mar 25, 2023
2 parents 713de83 + 4f65e55 commit cb12afc
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.4.0
- uses: actions/checkout@v3.5.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.4.0
uses: actions/checkout@v3.5.0
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down

0 comments on commit cb12afc

Please sign in to comment.