Skip to content

Commit 4301e89

Browse files
chore(deps): bump actions/cache from 3 to 4 (#1688)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40ddd18 commit 4301e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
shell: bash
6060

6161
- name: Cache Composer dependencies
62-
uses: actions/cache@v3
62+
uses: actions/cache@v4
6363
with:
6464
path: ${{ steps.composer-cache.outputs.directory }}
6565
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)