Skip to content

Commit 0921a4a

Browse files
Merge branch 'main' into ramsess/add-release-please-action
2 parents aa02c10 + 15d08a6 commit 0921a4a

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)