Skip to content

Commit 3c56aba

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents 60e6bf8 + 8c1e079 commit 3c56aba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 2
1818

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
libdmalloc-dev;
103103
104104
- name: Checkout
105-
uses: actions/checkout@v5
105+
uses: actions/checkout@v6
106106
with:
107107
fetch-depth: 2
108108

@@ -128,7 +128,7 @@ jobs:
128128
name: Windows
129129
steps:
130130
- name: Checkout
131-
uses: actions/checkout@v5
131+
uses: actions/checkout@v6
132132
with:
133133
fetch-depth: 2
134134

0 commit comments

Comments
 (0)