We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93808fd commit 8b3007cCopy full SHA for 8b3007c
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
41
42
- name: Cache dependencies
43
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
44
with:
45
path: ${{ steps.composer-cache.outputs.dir }}
46
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments