We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1096d20 + 3dea15d commit 2b2ff7fCopy full SHA for 2b2ff7f
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -52,7 +52,7 @@ jobs:
52
id: composer-cache
53
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
54
- name: Cache Composer downloads
55
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
+ uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
56
with:
57
path: ${{ steps.composer-cache.outputs.dir }}
58
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments