Skip to content

Commit

Permalink
Update cache action to version 4 in run-tests.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
murdercode committed Mar 1, 2024
1 parent 782041b commit 80754cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

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

0 comments on commit 80754cb

Please sign in to comment.