Skip to content

Commit d609469

Browse files
authored
Merge pull request #315 from benbalter/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 2229702 + 3ef8821 commit d609469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Cache Composer packages
4545
id: composer-cache
46-
uses: actions/cache@v3
46+
uses: actions/cache@v4
4747
with:
4848
path: vendor
4949
key: ${{ runner.os }}-php-${{ matrix.php_version }}-${{ hashFiles('**/composer.json') }}
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Cache Composer packages
9393
id: composer-cache
94-
uses: actions/cache@v3
94+
uses: actions/cache@v4
9595
with:
9696
path: vendor
9797
key: ${{ runner.os }}-php-${{ matrix.php_version }}-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)