Skip to content

Commit da13a74

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Update GitHub Action workflows to `actions/checkout@v4`
2 parents 85073cb + 45e60e5 commit da13a74

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/nightly.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix-include: ${{ steps.set-matrix.outputs.matrix-include }}
1414
windows-matrix-include: ${{ steps.set-matrix.outputs.windows-matrix-include }}
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
# Set fetch-depth to 0 to clone the full repository
1919
# including all branches. This is required to find
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-20.04
5555
steps:
5656
- name: git checkout
57-
uses: actions/checkout@v3
57+
uses: actions/checkout@v4
5858
with:
5959
ref: ${{ matrix.branch.ref }}
6060
- name: Create MSSQL container
@@ -146,7 +146,7 @@ jobs:
146146
MYSQL_ROOT_PASSWORD: root
147147
steps:
148148
- name: git checkout
149-
uses: actions/checkout@v3
149+
uses: actions/checkout@v4
150150
with:
151151
ref: ${{ matrix.branch.ref }}
152152
- name: apt
@@ -208,7 +208,7 @@ jobs:
208208
runs-on: macos-11
209209
steps:
210210
- name: git checkout
211-
uses: actions/checkout@v3
211+
uses: actions/checkout@v4
212212
with:
213213
ref: ${{ matrix.branch.ref }}
214214
- name: brew
@@ -268,7 +268,7 @@ jobs:
268268
runs-on: ubuntu-20.04
269269
steps:
270270
- name: git checkout
271-
uses: actions/checkout@v3
271+
uses: actions/checkout@v4
272272
- name: Create MSSQL container
273273
uses: ./.github/actions/setup-mssql
274274
- name: Create Oracle container
@@ -317,7 +317,7 @@ jobs:
317317
USE_TRACKED_ALLOC: 1
318318
steps:
319319
- name: git checkout
320-
uses: actions/checkout@v3
320+
uses: actions/checkout@v4
321321
with:
322322
ref: ${{ matrix.branch.ref }}
323323
- name: apt
@@ -433,7 +433,7 @@ jobs:
433433
runs-on: ubuntu-20.04
434434
steps:
435435
- name: git checkout
436-
uses: actions/checkout@v3
436+
uses: actions/checkout@v4
437437
with:
438438
ref: ${{ matrix.branch.ref }}
439439
- name: Create MSSQL container
@@ -509,7 +509,7 @@ jobs:
509509
runs-on: ubuntu-22.04
510510
steps:
511511
- name: git checkout
512-
uses: actions/checkout@v3
512+
uses: actions/checkout@v4
513513
with:
514514
ref: ${{ matrix.branch.ref }}
515515
- name: apt
@@ -608,7 +608,7 @@ jobs:
608608
runs-on: ubuntu-20.04
609609
steps:
610610
- name: git checkout
611-
uses: actions/checkout@v3
611+
uses: actions/checkout@v4
612612
with:
613613
ref: ${{ matrix.branch.ref }}
614614
- name: apt
@@ -679,7 +679,7 @@ jobs:
679679
- name: git config
680680
run: git config --global core.autocrlf false && git config --global core.eol lf
681681
- name: git checkout
682-
uses: actions/checkout@v3
682+
uses: actions/checkout@v4
683683
with:
684684
ref: ${{ matrix.branch.ref }}
685685
- name: Setup

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-20.04
5353
steps:
5454
- name: git checkout
55-
uses: actions/checkout@v3
55+
uses: actions/checkout@v4
5656
- name: Create MSSQL container
5757
uses: ./.github/actions/setup-mssql
5858
- name: Create Oracle container
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: macos-11
100100
steps:
101101
- name: git checkout
102-
uses: actions/checkout@v3
102+
uses: actions/checkout@v4
103103
- name: brew
104104
uses: ./.github/actions/brew
105105
- name: ccache
@@ -146,7 +146,7 @@ jobs:
146146
- name: git config
147147
run: git config --global core.autocrlf false && git config --global core.eol lf
148148
- name: git checkout
149-
uses: actions/checkout@v3
149+
uses: actions/checkout@v4
150150
- name: Setup
151151
uses: ./.github/actions/setup-windows
152152
- name: Build

0 commit comments

Comments
 (0)