Skip to content

Commit

Permalink
fix(deps): roll back actions/checkout action to v4.0.0
Browse files Browse the repository at this point in the history
| datasource  | package          | from | to     |
| ----------- | ---------------- | ---- | ------ |
| github-tags | actions/checkout | v4   | v4.0.0 |
  • Loading branch information
renovate[bot] committed Oct 17, 2023
1 parent 8261219 commit e81e901
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@8ade135a41bc03ea155e62e844d188df1ea18608" # v4
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0

- name: "Lint YAML files"
uses: "ibiqlik/action-yamllint@v3.1"
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.26.0"
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.26.0"
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.26.0"
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.26.0"
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.26.0"
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@8ade135a41bc03ea155e62e844d188df1ea18608" # v4
uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4.0.0
with:
token: "${{ secrets.LCTRS_BOT_TOKEN }}"

Expand Down

0 comments on commit e81e901

Please sign in to comment.