Skip to content

Commit

Permalink
Aktualisiere actions/cache auf v4 (Case 178907) (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude authored Jan 27, 2025
1 parent fcabc29 commit 3924e8d
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 @@ -22,7 +22,7 @@ jobs:
coverage: none
tools: composer:v2
- 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 3924e8d

Please sign in to comment.