Skip to content

Commit

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

Bump actions/checkout from 3.2.0 to 3.3.0
  • Loading branch information
baywet authored Jan 5, 2023
2 parents 1cc851d + 9f4a7d2 commit d2ed4ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.3.0

# Create a pull request [1]
- name: Create PR using the GitHub REST API via hub
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validatePullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
solutionName: Microsoft.Graph.Beta.sln
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.3.0
- name: Setup .NET
uses: actions/setup-dotnet@v3.0.3
with:
Expand All @@ -34,7 +34,7 @@ jobs:
language: [ 'csharp' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down

0 comments on commit d2ed4ef

Please sign in to comment.