Skip to content

Commit

Permalink
Merge pull request #50 from Jean85/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
Jean85 committed Apr 8, 2024
2 parents 211cfdc + 4d7eb36 commit 0530900
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: PHP ${{ matrix.php }} tests ${{ matrix.description }}
steps:
# checkout git
- uses: actions/checkout@v2
- uses: actions/checkout@v4
# setup PHP
- uses: shivammathur/setup-php@v2
with:
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
name: Code style
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
Expand All @@ -62,7 +62,7 @@ jobs:
PHPStan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
Expand All @@ -72,7 +72,7 @@ jobs:
Psalm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
Expand Down

0 comments on commit 0530900

Please sign in to comment.