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 536ab5a commit e80d522
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- "ubuntu-latest"
steps:
- name: "checkout"
uses: "actions/checkout@v4"
uses: "actions/checkout@v4.1.1"

- name: "install php"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:

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

- name: "install php"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

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

- name: "install PHP"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:

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

- name: "Install PHP"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:

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

- name: "install PHP"
uses: "shivammathur/[email protected]"
Expand Down

0 comments on commit e80d522

Please sign in to comment.