Skip to content

Commit 1962c45

Browse files
build(deps): bump actions/checkout from 5 to 6 (#1069)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf164ec commit 1962c45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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@v5
22+
- uses: actions/checkout@v6
2323

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

.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@v5
22+
- uses: actions/checkout@v6
2323
- name: Setup .NET
2424
uses: actions/[email protected]
2525
with:
@@ -49,7 +49,7 @@ jobs:
4949
language: [ 'csharp' ]
5050
steps:
5151
- name: Checkout repository
52-
uses: actions/checkout@v5
52+
uses: actions/checkout@v6
5353
- name: Initialize CodeQL
5454
uses: github/codeql-action/init@v4
5555
with:

0 commit comments

Comments
 (0)