Skip to content

Commit

Permalink
Roll back actions/checkout action to v4.1.1
Browse files Browse the repository at this point in the history
| datasource  | package          | from | to     |
| ----------- | ---------------- | ---- | ------ |
| github-tags | actions/checkout | v4   | v4.1.1 |
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent a69b272 commit c0098dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: PHPUnit Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
- uses: shivammathur/[email protected]
with:
php-version: ${{ env.default_php }}
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
- uses: shivammathur/[email protected]
with:
php-version: ${{ env.default_php }}
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/checkout@v4"
- uses: "actions/checkout@v4.1.1"
- uses: "shivammathur/[email protected]"
with:
coverage: "xdebug"
Expand Down

0 comments on commit c0098dd

Please sign in to comment.