Skip to content

Commit 6f768d9

Browse files
Update actions/cache action to v5 (#185)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea3aac8 commit 6f768d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v6
3636

3737
- name: Cache Composer dependencies
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: /tmp/composer-cache
4141
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)