Skip to content

Commit eb74a17

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release-please-gha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
release:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323

2424
- name: Generate GitHub App token
2525
id: app-token

.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@v6
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@v6
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@v6
6464

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

0 commit comments

Comments
 (0)