Skip to content

Commit 7b2dcf8

Browse files
build(deps): bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e56e52 commit 7b2dcf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validatePullRequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
solutionName: Microsoft.Graph.Beta.sln
2020
projectName: src/Microsoft.Graph/Microsoft.Graph.Beta.csproj
2121
steps:
22-
- uses: actions/checkout@v4.2.2
22+
- uses: actions/checkout@v5.0.0
2323
- name: Setup .NET
2424
uses: actions/setup-dotnet@v4.3.1
2525
with:
@@ -49,7 +49,7 @@ jobs:
4949
language: [ 'csharp' ]
5050
steps:
5151
- name: Checkout repository
52-
uses: actions/checkout@v4.2.2
52+
uses: actions/checkout@v5.0.0
5353
- name: Initialize CodeQL
5454
uses: github/codeql-action/init@v3
5555
with:

0 commit comments

Comments
 (0)