Skip to content

Commit 4de7eb7

Browse files
Merge pull request #3139 from microsoftgraph/dependabot/github_actions/actions/checkout-7
chore(deps): Bump actions/checkout from 6 to 7
2 parents 0c282b7 + 37bf7cd commit 4de7eb7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

.github/workflows/release-please.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@v6
22+
- uses: actions/checkout@v7
2323

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

.github/workflows/validatePublicAPISurface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
validate-public-api-surface:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
- uses: microsoftgraph/kiota-dom-export-diff-tool/export@main
2121
id: generatePatch
2222
- uses: microsoftgraph/kiota-dom-export-diff-tool/tool@main

.github/workflows/validatePullRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
solutionName: Microsoft.Graph.sln
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
- name: Setup .NET
2323
uses: actions/setup-dotnet@v5.4.0
2424
with:

0 commit comments

Comments
 (0)