Skip to content

Commit 60c13aa

Browse files
chore(deps): update actions/checkout action to v4.3.0 (#110)
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.2.2 | v4.3.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 544422e commit 60c13aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- { php-version: 8.4, dependencies: highest, coverage: pcov, with_coverage: false, allow-fail: true }
1919
steps:
2020
- name: "Checkout"
21-
uses: "actions/checkout@v4.2.2"
21+
uses: "actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955" # v4.3.0
2222

2323
- name: "Install PHP"
2424
uses: "shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f" # 2.35.3

0 commit comments

Comments
 (0)