Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 8ade135
Browse files Browse the repository at this point in the history
  • Loading branch information
lctrs-bot authored Sep 22, 2023
2 parents d8109f3 + 8cc308b commit e9349c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4

- name: "Lint YAML files"
uses: "ibiqlik/[email protected]"
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

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

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

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

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

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

- 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4
with:
token: "${{ secrets.LCTRS_BOT_TOKEN }}"

Expand Down

0 comments on commit e9349c5

Please sign in to comment.