Skip to content

Commit

Permalink
Merge pull request #5437 from Laravel-Backpack/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
pxpm authored Jul 15, 2024
2 parents 6ec392c + 6bad1d9 commit 324046f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
extensions: curl, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, iconv
coverage: none
- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.composer/cache/files
key: dependencies-${{ matrix.dependency-version }}-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-phpunit-${{ matrix.phpunit }}-composer-${{ hashFiles('composer.json') }}
Expand Down

0 comments on commit 324046f

Please sign in to comment.