We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72c25bd + 68c0c82 commit 15d08a6Copy full SHA for 15d08a6
.github/workflows/pr-validation.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: shivammathur/setup-php@v2
26
with:
27
php-version: ${{ matrix.php-versions }}
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
29
- name: Validate composer file
30
run: |
31
composer validate
.github/workflows/validate-generated-api-surface.yml
@@ -17,7 +17,7 @@ jobs:
17
validate-public-api-surface:
18
runs-on: ubuntu-latest
19
steps:
20
21
- uses: microsoftgraph/kiota-dom-export-diff-tool/export@main
22
id: generatePatch
23
- uses: microsoftgraph/kiota-dom-export-diff-tool/tool@main
0 commit comments