Skip to content

Commit 124c5a5

Browse files
authored
Merge pull request #193 from microsoftgraph/dependabot/github_actions/actions/checkout-4.2.0
Bump actions/checkout from 4.1.7 to 4.2.0
2 parents 2a41a3e + f71e4cc commit 124c5a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
php-versions: ['7.4', '8.1', '8.2', '8.3']
2222
steps:
23-
- uses: actions/checkout@v4.1.7
23+
- uses: actions/checkout@v4.2.0
2424
- name: Setup PHP
2525
uses: shivammathur/setup-php@v2
2626
with:
@@ -41,7 +41,7 @@ jobs:
4141
code-coverage:
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v4.1.7
44+
- uses: actions/checkout@v4.2.0
4545
- name: Setup PHP and Xdebug for Code Coverage report
4646
uses: shivammathur/setup-php@v2
4747
with:

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run-php-documentor:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4.1.7
18+
- uses: actions/checkout@v4.2.0
1919
with:
2020
ref: ${{ github.ref }}
2121

0 commit comments

Comments
 (0)