Skip to content

Commit

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

Bump actions/checkout from 4.1.0 to 4.1.1
  • Loading branch information
baywet authored Oct 18, 2023
2 parents 829b4f1 + 26c9c44 commit c43619a
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/[email protected].0
- uses: actions/[email protected].1
- name: Setup .NET
uses: actions/[email protected]
with:
Expand All @@ -39,7 +39,7 @@ jobs:
language: [ 'csharp' ]
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down

0 comments on commit c43619a

Please sign in to comment.