remove misplaced hyphen

This commit is contained in:
IanDelMar 2022-03-14 00:48:54 +01:00
parent 857c8783bb
commit 34086b120f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
- name: Get Composer cache directory
id: composer-cache
- uses: actions/cache@v2
uses: actions/cache@v2
with:
path: vendor
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}