We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7f6b7 commit 55b72e8Copy full SHA for 55b72e8
.github/workflows/phpunit.yml
@@ -35,7 +35,7 @@ jobs:
35
restore-keys: ${{ runner.os }}-composer-
36
37
- name: Cache Docker images
38
- uses: ScribeMD/docker-cache@0.4.0
+ uses: ScribeMD/docker-cache@0.5.0
39
with:
40
key: docker-${{ runner.os }}-${{ hashFiles('Dockerfile-dev','tests/TargetPhpVmProvider.php') }}
41
0 commit comments