Skip to content

Commit

Permalink
fixes #13: Instead of using composer.lock for key of cache, use compo…
Browse files Browse the repository at this point in the history
…ser.json and remove composer.lock.
  • Loading branch information
mattsqd committed Jul 31, 2024
1 parent 831bc07 commit d2e2790
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3,156 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-feature-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/cache@v4
with:
path: /tmp/composer-cache
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }

- name: Install Composer dependencies
uses: php-actions/composer@v6
Expand Down
Loading

0 comments on commit d2e2790

Please sign in to comment.