Skip to content

Commit cd5828c

Browse files
author
Christoph Lehmann
committed
CI: bump actions/cache
1 parent 96738d9 commit cd5828c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
run: composer validate
3333

3434
- name: Cache dependencies
35-
uses: actions/cache@v1
35+
id: composer-dependencies
36+
uses: actions/cache@v4
3637
with:
3738
path: ~/.composer/cache
3839
key: dependencies-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)