Skip to content

Commit 3924e8d

Browse files
authored
Aktualisiere actions/cache auf v4 (Case 178907) (#54)
1 parent fcabc29 commit 3924e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
coverage: none
2323
tools: composer:v2
2424
- name: Cache Composer Dependencies
25-
uses: actions/cache@v1
25+
uses: actions/cache@v4
2626
with:
2727
path: vendor/
2828
key: composer-${{ env.PHP_VERSION }}-${{ hashFiles('composer.*') }}

0 commit comments

Comments
 (0)