Skip to content

Commit

Permalink
Merge pull request #76 from microsoft/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
SilasKenneth authored Mar 19, 2024
2 parents cfd4506 + 284e8ee commit b5eea00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
php-versions: ['7.4', '8.0', '8.1', '8.2']
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2
- name: Setup PHP and Xdebug for Code Coverage report
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit b5eea00

Please sign in to comment.