Skip to content

Commit 3c16a0f

Browse files
authored
Merge pull request #118 from milwad-dev/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 324442f + 732354f commit 3c16a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/imports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Cache Composer packages
2121
id: composer-cache
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
with:
2424
path: vendor
2525
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)