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 7c70642 commit 514f52aCopy full SHA for 514f52a
.github/workflows/tests.yml
@@ -68,15 +68,15 @@ jobs:
68
echo "::set-output name=dir::$(composer config cache-files-dir)"
69
70
- name: Cache Composer Downloads
71
- uses: actions/cache@v2
+ uses: actions/cache@v2.1.4
72
with:
73
path: vendor/
74
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
75
restore-keys: |
76
${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
77
78
- name: Cache PHP dependencies
79
80
81
path: vendor
82
0 commit comments