Skip to content

Commit 318636c

Browse files
Update actions/checkout action to v5
| datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v4 | v5 |
1 parent 904163e commit 318636c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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.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 }}"
@@ -73,7 +73,7 @@ jobs:
7373
- "8.3"
7474

7575
steps:
76-
- uses: "actions/checkout@v4"
76+
- uses: "actions/checkout@v5"
7777
- uses: "shivammathur/setup-php@v2"
7878
with:
7979
coverage: "none"
@@ -92,7 +92,7 @@ jobs:
9292
- "8.3"
9393

9494
steps:
95-
- uses: "actions/checkout@v4"
95+
- uses: "actions/checkout@v5"
9696
- uses: "shivammathur/setup-php@v2"
9797
with:
9898
coverage: "none"

0 commit comments

Comments
 (0)