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 7c8140d + facd891 commit e57ad87Copy full SHA for e57ad87
.github/workflows/phpunit-lang.yml
@@ -42,7 +42,7 @@ jobs:
42
run: echo "COMPOSER_CACHE_FILES_DIR=$(composer config cache-files-dir)" >> $GITHUB_ENV
43
44
- name: Cache composer dependencies
45
- uses: actions/cache@v3
+ uses: actions/cache@v4
46
with:
47
path: ${{ env.COMPOSER_CACHE_FILES_DIR }}
48
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}-${{ hashFiles('**/composer.lock') }}
0 commit comments