Skip to content

Commit 3a2a1c1

Browse files
authored
Aktualisiere actions/cache auf v4 (Case 178907) (#16)
1 parent f613d44 commit 3a2a1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
tools: composer:v2
2424
ini-values: variables_order=EGPCS, date.timezone=Europe/Berlin
2525
- name: Cache Composer Dependencies
26-
uses: actions/cache@v1
26+
uses: actions/cache@v4
2727
with:
2828
path: vendor/
2929
key: composer-${{ env.PHP_VERSION }}-${{ hashFiles('composer.*') }}

0 commit comments

Comments
 (0)