Skip to content

Commit

Permalink
Aktualisiere actions/cache auf v4 (Case 178907) (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude authored Jan 27, 2025
1 parent f613d44 commit 3a2a1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
tools: composer:v2
ini-values: variables_order=EGPCS, date.timezone=Europe/Berlin
- name: Cache Composer Dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: vendor/
key: composer-${{ env.PHP_VERSION }}-${{ hashFiles('composer.*') }}
Expand Down

0 comments on commit 3a2a1c1

Please sign in to comment.