Skip to content

Commit

Permalink
⬆️ Upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Oct 15, 2024
1 parent 5fd3767 commit 24bfb79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: composer-cache
run: |
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Expand All @@ -43,7 +43,7 @@ jobs:
coverage: pcov

- name: 🍱 Install Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
dependency-versions: ${{ matrix.dependencies }}
composer-options: --no-ansi --no-cache --no-interaction --no-scripts --no-progress --prefer-dist

0 comments on commit 24bfb79

Please sign in to comment.