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 ef1745b commit f6058acCopy full SHA for f6058ac
2 files changed
.github/workflows/coding-standards.yml
@@ -28,7 +28,7 @@ jobs:
28
tools: "cs2pr"
29
30
- name: "Cache dependencies installed with Composer"
31
- uses: "actions/cache@v2"
+ uses: "actions/cache@v5"
32
with:
33
path: "~/.composer/cache"
34
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
.github/workflows/continuous-integration.yml
@@ -41,7 +41,7 @@ jobs:
41
php-version: "${{ matrix.php-version }}"
42
43
- name: "Cache dependencies installed with composer"
44
45
46
47
0 commit comments