Skip to content

Commit 0d3bdf7

Browse files
Update actions/checkout action to v7
| datasource | package | from | to | | ----------- | ---------------- | ---- | ------ | | github-tags | actions/checkout | v6 | v7.0.0 |
1 parent f5bc7c6 commit 0d3bdf7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- "8.4"
2121

2222
steps:
23-
- uses: "actions/checkout@v6"
23+
- uses: "actions/checkout@v7"
2424
- uses: "shivammathur/setup-php@v2"
2525
with:
2626
coverage: "none"
@@ -47,7 +47,7 @@ jobs:
4747
code-coverage: "pcov"
4848

4949
steps:
50-
- uses: "actions/checkout@v6"
50+
- uses: "actions/checkout@v7"
5151
- uses: "shivammathur/setup-php@v2"
5252
with:
5353
coverage: "${{ matrix.code-coverage }}"
@@ -82,7 +82,7 @@ jobs:
8282
- "8.4"
8383

8484
steps:
85-
- uses: "actions/checkout@v6"
85+
- uses: "actions/checkout@v7"
8686
- uses: "shivammathur/setup-php@v2"
8787
with:
8888
coverage: "none"
@@ -101,7 +101,7 @@ jobs:
101101
- "8.4"
102102

103103
steps:
104-
- uses: "actions/checkout@v6"
104+
- uses: "actions/checkout@v7"
105105
- uses: "shivammathur/setup-php@v2"
106106
with:
107107
coverage: "none"

0 commit comments

Comments
 (0)