We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d07c0f9 + 98a86d6 commit e1d1994Copy full SHA for e1d1994
.github/workflows/phpunit-lang.yml
@@ -44,7 +44,7 @@ jobs:
44
run: echo "COMPOSER_CACHE_FILES_DIR=$(composer config cache-files-dir)" >> $GITHUB_ENV
45
46
- name: Cache composer dependencies
47
- uses: actions/cache@v4
+ uses: actions/cache@v5
48
with:
49
path: ${{ env.COMPOSER_CACHE_FILES_DIR }}
50
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}-${{ hashFiles('**/composer.lock') }}
0 commit comments