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.
1 parent 405ad55 commit 748b852Copy full SHA for 748b852
.github/workflows/documentation.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Cache Composer packages
31
id: composer-apigen-cache
32
- uses: actions/cache@v4
+ uses: actions/cache@v5
33
with:
34
path: tools/apigen/vendor
35
key: ${{ runner.os }}-${{ hashFiles('tools/apigen/composer.lock') }}
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
id: composer-cache
36
37
path: vendor
38
key: ${{ runner.os }}-php-${{ matrix.php-versions }}-${{ hashFiles('composer.json') }}
0 commit comments