Skip to content

Commit

Permalink
Merge pull request #31 from crowdsecurity/dependabot/github_actions/p…
Browse files Browse the repository at this point in the history
…hp-actions/composer-v5

Bump php-actions/composer from v4 to v5
  • Loading branch information
mobula9 authored Dec 26, 2020
2 parents cc6fae0 + 0c010ef commit c02ec2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

- name: Install PHP dependencies
uses: php-actions/composer@v4
uses: php-actions/composer@v5

- name: Run Super-Linter
uses: github/super-linter@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}

- name: Install PHP dependencies
uses: php-actions/composer@v4
uses: php-actions/composer@v5

- name: Run tests
run: ./vendor/bin/phpunit --testdox --colors --exclude-group ignore --group integration -v tests/IpVerificationTest.php
Expand Down

0 comments on commit c02ec2b

Please sign in to comment.