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 cbe5f33 commit 724b654Copy full SHA for 724b654
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
run: composer config --global --list
62
63
- name: Cache dependencies installed with composer
64
- uses: actions/cache@v3
+ uses: actions/cache@v4
65
with:
66
path: ~/.cache/composer
67
key: php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}
@@ -116,7 +116,7 @@ jobs:
116
117
118
119
120
121
122
0 commit comments