mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
CI: Update actions/checkout@v2 → actions/checkout@v3
To fix the node12 deprecation warning and move to node16
This commit is contained in:
2
.github/workflows/test-unit.yml
vendored
2
.github/workflows/test-unit.yml
vendored
@@ -115,7 +115,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
docker-php-ext-enable xdebug
|
docker-php-ext-enable xdebug
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Composer
|
- name: Install Composer
|
||||||
run: curl -sSL https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer
|
run: curl -sSL https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer
|
||||||
|
Reference in New Issue
Block a user