We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206f871 commit 95f3f0cCopy full SHA for 95f3f0c
2 files changed
.github/workflows/test-redis.yml
@@ -30,7 +30,7 @@ jobs:
30
php-version: "${{ matrix.php-version }}"
31
32
- name: "Cache dependencies"
33
- uses: "actions/cache@v3"
+ uses: "actions/cache@v4"
34
with:
35
path: "~/.composer/cache"
36
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}"
.github/workflows/test.yml
0 commit comments