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 22, 2024
1 parent d5c483a commit 546358f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
name: Test 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.2
extensions: pcov
Expand All @@ -34,8 +34,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.2
- uses: "ramsey/composer-install@3.0.0"
Expand Down

0 comments on commit 546358f

Please sign in to comment.