Skip to content

Commit 2f7bdf7

Browse files
renovate[bot]deviantintegral
authored andcommitted
chore(deps): update actions/cache action to v5
1 parent c8c5aad commit 2f7bdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
8989

9090
- name: Cache dependencies
91-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
91+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
9292
with:
9393
path: ${{ steps.composer-cache.outputs.dir }}
9494
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)