Skip to content

Commit

Permalink
ci: restore also composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Jun 9, 2024
1 parent c7bbbd6 commit 2d724a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ runs:
uses: actions/cache@v4
id: composer-cache
with:
path: vendor
path: |
vendor
composer.lock
key: ${{ runner.os }}-shopware-setup-composer-${{ inputs.shopware-version }}-${{ inputs.php-version }}

- name: Install dependencies
Expand Down

0 comments on commit 2d724a6

Please sign in to comment.