Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.4
Browse files Browse the repository at this point in the history
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.3 | v4.1.4 |
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent 1778518 commit 0544c87
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backwards-compatibility.yml
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.3"
uses: "actions/checkout@v4.1.4"
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.3"
uses: "actions/checkout@v4.1.4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.3"
uses: "actions/checkout@v4.1.4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/composer-json-lint.yml
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.3"
uses: "actions/checkout@v4.1.4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-tests.yml
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.3"
uses: "actions/checkout@v4.1.4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.3"
uses: "actions/checkout@v4.1.4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.3"
uses: "actions/checkout@v4.1.4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-on-milestone-closed.yml
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.3"
uses: "actions/checkout@v4.1.4"

- name: "Release"
uses: "laminas/automatic-releases@1.24.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.3"
uses: "actions/checkout@v4.1.4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.4"
Expand Down

0 comments on commit 0544c87

Please sign in to comment.