From ebe62d02cf0c56ce8b54be6b3f2b5e49d5b3c745 Mon Sep 17 00:00:00 2001 From: Jamie Schouten Date: Sat, 14 Sep 2024 10:43:51 +0000 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f72a844..903ffd9 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ runs: - uses: actions/cache@v4 with: path: ${{ steps.composer-cache.outputs.dir }} - key: ${{ runner.os }}-composer-${{ hashFiles('**/${{ inputs.file }}') }} + key: ${{ runner.os }}-composer-${{ hashFiles('**/' + inputs.file) }} restore-keys: | ${{ runner.os }}-composer-