Skip to content

Commit

Permalink
Merge pull request #1514 from microsoftgraph/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-3.1.0

Bump actions/checkout from 3.0.2 to 3.1.0
  • Loading branch information
baywet committed Oct 6, 2022
2 parents c26ebc0 + 2c4a8bc commit 486226c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-v1.0-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
- uses: actions/checkout@v3.1.0

# Create a pull request [1]
- name: Create PR using the GitHub REST API via hub
Expand Down
2 changes: 1 addition & 1 deletion .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.sln
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
- name: Setup .NET
uses: actions/setup-dotnet@v3.0.1
with:
Expand Down

0 comments on commit 486226c

Please sign in to comment.