Skip to content

Commit ab59711

Browse files
chore(deps): update actions/cache digest to 8b402f5 (#128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 97936e9 commit ab59711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
3737

3838
- name: Cache dependencies
39-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
39+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
4040
with:
4141
path: ${{ steps.composer-cache.outputs.dir }}
4242
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -91,7 +91,7 @@ jobs:
9191
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
9292

9393
- name: Cache dependencies
94-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
94+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
9595
with:
9696
path: ${{ steps.composer-cache.outputs.dir }}
9797
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)