Skip to content

Commit 78c9191

Browse files
Update actions/checkout action to v5
| datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v4 | v5 |
1 parent 4d0edd4 commit 78c9191

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

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

2222
steps:
23-
- uses: "actions/checkout@v4"
23+
- uses: "actions/checkout@v5"
2424
- uses: "shivammathur/setup-php@v2"
2525
with:
2626
coverage: "none"
@@ -48,7 +48,7 @@ jobs:
4848
code-coverage: "pcov"
4949

5050
steps:
51-
- uses: "actions/checkout@v4"
51+
- uses: "actions/checkout@v5"
5252
- uses: "shivammathur/setup-php@v2"
5353
with:
5454
coverage: "${{ matrix.code-coverage }}"
@@ -81,7 +81,7 @@ jobs:
8181
- "8.3"
8282

8383
steps:
84-
- uses: "actions/checkout@v4"
84+
- uses: "actions/checkout@v5"
8585
- uses: "shivammathur/setup-php@v2"
8686
with:
8787
coverage: "none"

0 commit comments

Comments
 (0)