Skip to content

Commit 189dc78

Browse files
chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aee5848 commit 189dc78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
dotnet-version: |
4343
8.x
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
with:
4646
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
4747
- name: Cache SonarCloud packages

.github/workflows/validatePullRequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
solutionName: Microsoft.Graph.Core.sln
2121
relativePath: ./src/Microsoft.Graph.Core
2222
steps:
23-
- uses: actions/checkout@v4.1.7
23+
- uses: actions/checkout@v5
2424

2525
- name: Setup .NET
2626
uses: actions/setup-dotnet@v4
@@ -60,7 +60,7 @@ jobs:
6060
name: Validate Project for Trimming
6161
runs-on: windows-latest
6262
steps:
63-
- uses: actions/checkout@v4.1.7
63+
- uses: actions/checkout@v5
6464

6565
- name: Setup .NET
6666
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)