Skip to content

Commit d54c6ec

Browse files
Bump actions/checkout from 3.4.0 to 3.5.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.4.0...v3.5.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 9232733 commit d54c6ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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.4.0
16+
- uses: actions/checkout@v3.5.0
1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v3.0.3
1919
with:

0 commit comments

Comments
 (0)