Skip to content

Commit

Permalink
Merge pull request #6 from yediyuz/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
mertasan authored Mar 10, 2024
2 parents 55f167f + 17dd479 commit 8fd434a
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 @@ -47,7 +47,7 @@ jobs:
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- name: Cache Composer Dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: dependencies-laravel-${{ matrix.php-version }}-${{ matrix.laravel }}-${{ matrix.testbench }}-${{ matrix.stability }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 8fd434a

Please sign in to comment.