Skip to content

Commit 84dd216

Browse files
Merge pull request #1785 from microsoftgraph/dependabot/github_actions/actions/checkout-7
build(deps): bump actions/checkout from 6 to 7
2 parents 192f355 + d9a6630 commit 84dd216

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: shivammathur/setup-php@v2
2626
with:
2727
php-version: ${{ matrix.php-versions }}
28-
- uses: actions/checkout@v6
28+
- uses: actions/checkout@v7
2929
- name: Validate composer file
3030
run: |
3131
composer validate

.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/validate-generated-api-surface.yml

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

0 commit comments

Comments
 (0)