mirror of
https://github.com/chinayin/ip2region-core-php.git
synced 2025-12-03 04:02:15 +08:00
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:
commit
9989f3973c
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user