Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 28, 2023
1 parent 53fa87b commit e6746e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
name: JS
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 14.x
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- '--prefer-stable --prefer-lowest'
name: PHP ${{ matrix.php }} ${{ matrix.composer_args }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
needs: [ tests ]
name: Code Style
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
Expand All @@ -83,7 +83,7 @@ jobs:
continue-on-error: true
name: Code Coverage
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
Expand Down

0 comments on commit e6746e9

Please sign in to comment.