Skip to content

Commit

Permalink
chore: upgrade cache github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nerg4l committed May 19, 2024
1 parent d6cad32 commit 9ae5fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.composer/cache/files
key: laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Expand Down

0 comments on commit 9ae5fcc

Please sign in to comment.