Skip to content

Commit 770fe06

Browse files
Merge pull request #82 from milwad-dev/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents ea825bd + b17baaf commit 770fe06

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@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: vendor
2525
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)