Skip to content

Commit

Permalink
Merge pull request #83 from skaut/actions-cache-fix
Browse files Browse the repository at this point in the history
Fixed cache invalidation in GitHub Actions
  • Loading branch information
marekdedic authored Dec 22, 2023
2 parents 9fec954 + ee0472c commit 85dd1f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
restore-keys: |
composer-dependencies-${{ runner.os }}-${{ env.cache-version }}-${{ hashFiles('composer.json') }}
composer-dependencies-${{ runner.os }}-${{ env.cache-version }}-
composer-dependencies-${{ runner.os }}-
- name: "Install Composer dependencies"
run: |
Expand Down

0 comments on commit 85dd1f0

Please sign in to comment.