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 5f4fef3 commit 8f2a33bCopy full SHA for 8f2a33b
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
49
50
- name: Cache Composer dependencies
51
- uses: actions/cache@v2.1.4
+ uses: actions/cache@v4.0.0
52
with:
53
path: ${{ steps.composer-cache.outputs.dir }}
54
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
.github/workflows/ci-redis.yml
0 commit comments