Merge pull request #4 from chinayin/dependabot/github_actions/master/actions/checkout-4

Bump actions/checkout from 3 to 4
This commit is contained in:
Leo 2023-10-08 22:12:01 +08:00 committed by GitHub
commit 9989f3973c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
php-versions: [ '7.2', '7.4', '8.0', '8.1' ]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2