1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-16 20:28:28 +01:00

CI: Update actions/checkout@v2 → actions/checkout@v3

To fix the node12 deprecation warning and move to node16
This commit is contained in:
Nick Liu 2023-06-20 22:35:01 -05:00
parent accc345b79
commit 18eff9d774
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

View File

@ -115,7 +115,7 @@ jobs:
fi
docker-php-ext-enable xdebug
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Composer
run: curl -sSL https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer