Skip to content

Commit 15d08a6

Browse files
Merge pull request #1714 from microsoftgraph/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 72c25bd + 68c0c82 commit 15d08a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
28+
- uses: actions/checkout@v5
2929
- name: Validate composer file
3030
run: |
3131
composer validate

.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@v4
20+
- uses: actions/checkout@v5
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)