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 f3fd052 commit 3a3c482
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

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

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

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

- name: "Install PHP"
uses: "shivammathur/setup-php@2.26.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

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

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

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

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

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

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

0 comments on commit 3a3c482

Please sign in to comment.