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 e709d9a commit 002a0f4Copy full SHA for 002a0f4
.github/workflows/continuous-integration.yml
@@ -88,7 +88,7 @@ jobs:
88
tools: "composer:v2,flex"
89
90
- name: "Cache dependencies installed with composer"
91
- uses: "actions/cache@v3"
+ uses: "actions/cache@v4"
92
with:
93
path: "~/.composer/cache"
94
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
0 commit comments