Skip to content

Commit 487e6c4

Browse files
Update GitHub Actions cache to v4
1 parent 62d18eb commit 487e6c4

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
@@ -84,7 +84,7 @@ jobs:
8484
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
8585

8686
- name: Cache composer dependencies
87-
uses: actions/cache@v2
87+
uses: actions/cache@v4
8888
with:
8989
path: ${{ steps.composer-cache.outputs.dir }}
9090
key: "php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-${{ hashFiles('**/composer.json') }}"

0 commit comments

Comments
 (0)