Skip to content

Commit e69b895

Browse files
Update actions/checkout action to v4.2.2
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.2.1 | v4.2.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ba3309b commit e69b895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: PHPUnit Coverage
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/[email protected].1
19+
- uses: actions/[email protected].2
2020
- uses: shivammathur/[email protected]
2121
with:
2222
php-version: 8.1
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: "Checkout"
43-
uses: actions/[email protected].1
43+
uses: actions/[email protected].2
4444

4545
- name: "Install PHP"
4646
uses: shivammathur/[email protected]

0 commit comments

Comments
 (0)