Skip to content

Commit 157625c

Browse files
authored
Update cache version
1 parent 6037505 commit 157625c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Cache Composer dependencies
2525
id: composer-cache
26-
uses: actions/cache@v2
26+
uses: actions/cache@v4
2727
with:
2828
path: vendor
2929
key: composer-v1-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)