Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to b4ffde6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent fa579d6 commit 834e715
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4
with:
fetch-depth: 2

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4
with:
fetch-depth: 2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

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

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: "Checkout code"
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
Expand All @@ -44,7 +44,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v1"
Expand Down

0 comments on commit 834e715

Please sign in to comment.