mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-20 22:38:59 +00:00
Merge branch '3.x' into 4.x
* 3.x: Bump actions/cache for CI Remove an obsolete comment Throws proper Twig exception when using cycle on an empty array Add tests when a template doesn't have output nodes Optimize TextNodes Remove list() usage in code Remove usage of list() in favor of []
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
||||
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ steps.composercache.outputs.dir }}
|
||||
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
|
||||
|
||||
Reference in New Issue
Block a user