Skip to content

Commit

Permalink
Merge pull request #424 from awcodes/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4

Chore(deps): Bump actions/cache from 3 to 4
  • Loading branch information
awcodes authored Jan 23, 2024
2 parents 0ee4379 + 619efc2 commit 3626d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4

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

0 comments on commit 3626d9f

Please sign in to comment.