Skip to content

Commit 40b5d8f

Browse files
chore(deps): update actions/cache digest to 0057852
1 parent d3820c1 commit 40b5d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4747
4848
- name: Cache Composer
49-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
49+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
5050
with:
5151
path: ${{ steps.composer-cache.outputs.dir }}
5252
key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ matrix.stability }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)