Skip to content

Commit

Permalink
fix(deps): 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 11112db commit 5f4c4c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integrate.yaml
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: "Lint YAML files"
uses: "ibiqlik/[email protected]"
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

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

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

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

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

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

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

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

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

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

- name: "Install PHP with extensions"
uses: "shivammathur/[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4"
uses: "actions/checkout@v4.1.1"
with:
token: "${{ secrets.LCTRS_BOT_TOKEN }}"

Expand Down

0 comments on commit 5f4c4c5

Please sign in to comment.