We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ac8cb commit 2b76f3cCopy full SHA for 2b76f3c
.github/workflows/tests_php.yml
@@ -22,7 +22,7 @@ jobs:
22
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
23
24
- name: Cache dependencies
25
- uses: actions/cache@v3.3.1
+ uses: actions/cache@v4.1.0
26
with:
27
path: ~/.composer/cache/files
28
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
0 commit comments