Skip to content

Commit 48c8053

Browse files
authored
Merge pull request #1606 from microsoftgraph/dependabot/github_actions/actions/checkout-3.3.0
Bump actions/checkout from 3.2.0 to 3.3.0
2 parents f18b75b + e5f1422 commit 48c8053

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-v1.0-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# Steps represent a sequence of tasks that will be executed as part of the job
3131
steps:
3232
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
33-
- uses: actions/checkout@v3.2.0
33+
- uses: actions/checkout@v3.3.0
3434

3535
# Create a pull request [1]
3636
- name: Create PR using the GitHub REST API via hub

.github/workflows/validatePullRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
solutionName: Microsoft.Graph.sln
1515
steps:
16-
- uses: actions/checkout@v3.2.0
16+
- uses: actions/checkout@v3.3.0
1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v3.0.3
1919
with:

0 commit comments

Comments
 (0)