Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                | from   | to     |
| ----------- | ---------------------- | ------ | ------ |
| github-tags | actions/checkout       | v4.1.1 | v4.1.3 |
| github-tags | shivammathur/setup-php | 2.30.2 | 2.30.3 |
  • Loading branch information
renovate[bot] committed Apr 23, 2024
1 parent 27b8ca9 commit 8d25329
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -14,8 +14,8 @@ jobs:
name: PHPUnit Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: shivammathur/setup-php@2.30.2
- uses: actions/checkout@v4.1.3
- uses: shivammathur/setup-php@2.30.3
with:
php-version: 8.1
extensions: pcov
Expand All @@ -38,8 +38,8 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v4.1.1
- uses: shivammathur/setup-php@2.30.2
- uses: actions/checkout@v4.1.3
- uses: shivammathur/setup-php@2.30.3
with:
php-version: 8.1
- uses: "ramsey/composer-install@3.0.0"
Expand Down

0 comments on commit 8d25329

Please sign in to comment.