Skip to content

Commit

Permalink
Merge pull request #126 from spatie/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-3

Bump actions/cache from 2 to 3
  • Loading branch information
freekmurze authored Dec 2, 2022
2 parents 6770e17 + 28a09a9 commit 9cd7cb6
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 @@ -33,7 +33,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Cache composer dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ matrix.os }}-php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-composer-${{ matrix.stability }}-${{ hashFiles('**/composer.json') }}
Expand Down

0 comments on commit 9cd7cb6

Please sign in to comment.