Skip to content

Commit

Permalink
Merge pull request #34 from liip/update-github-actions
Browse files Browse the repository at this point in the history
use latest versions of github actions
  • Loading branch information
dbu authored Mar 28, 2023
2 parents 313c191 + 190245f commit 884675b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
composer-flags: '--prefer-stable --prefer-lowest'
steps:
- name: Check out code into the workspace
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup PHP ${{ matrix.php-version }}
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
- name: Validate composer.json
run: composer validate --strict --no-check-lock
- name: Composer cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ env.HOME }}/.composer/cache
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 884675b

Please sign in to comment.