Skip to content

Commit de55ac4

Browse files
authored
Merge branch 'dev' into v1.0/pipelinebuild/102225
2 parents 5ef45ef + 48c8053 commit de55ac4

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)