From 34086b120fa31cd511ab9fb4d940c3ad159cea88 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Mon, 14 Mar 2022 00:48:54 +0100 Subject: [PATCH] remove misplaced hyphen --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 4825a942..74651d76 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -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') }}