Skip to content

Commit

Permalink
Don't use cache when checking for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin de Keijzer committed Mar 8, 2021
1 parent a244837 commit 2d3d4bf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/update-monday.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,7 @@ jobs:
- name: Validate composer.json and composer.lock
run: composer validate

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer update --prefer-dist --no-progress --no-suggest

- name: Find and report outdated dependencies
Expand Down

0 comments on commit 2d3d4bf

Please sign in to comment.