Skip to content

Commit 6c75354

Browse files
ci: bump actions/cache from 3 to 4 (#422)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d1aa98 commit 6c75354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: composer-cache
3535
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
3636

37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3838
with:
3939
path: ${{ steps.composer-cache.outputs.dir }}
4040
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)