Skip to content

Commit

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

Bump actions/checkout from 3.5.0 to 3.5.1
  • Loading branch information
Ndiritu authored Apr 13, 2023
2 parents 697ac22 + 12b0603 commit 35031e1
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 @@ -15,7 +15,7 @@ jobs:
php-versions: ['7.4', '8.0', '8.1', '8.2']
steps:
- name: Checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.1
- name: Setup PHP and Xdebug for Code Coverage report
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 35031e1

Please sign in to comment.