Skip to content

Commit

Permalink
Update github-actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex authored Jan 9, 2021
1 parent 75ac84b commit a76f428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
matrix:
php-versions: ['5.6', '7.3']
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Setup PHP
uses: shivammathur/setup-php@1.1.1
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extension-csv: dom
Expand Down

0 comments on commit a76f428

Please sign in to comment.