Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.5
Browse files Browse the repository at this point in the history
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.4 | v4.1.5 |
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent 4e56fc0 commit dd22e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Test Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
- uses: shivammathur/setup-php@2.30.4
with:
php-version: 8.2
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
- uses: shivammathur/setup-php@2.30.4
with:
php-version: 8.2
Expand Down

0 comments on commit dd22e8e

Please sign in to comment.