Skip to content

Commit e5f1422

Browse files
Bump actions/checkout from 3.2.0 to 3.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f18b75b commit e5f1422

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)