Skip to content

Commit d368abb

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Update to actions/checkout@v3 (PHP-8.1) Update to actions/checkout@v3 (#9759)
2 parents 18fe337 + e8f2fe6 commit d368abb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/nightly.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
branches: ${{ steps.set-matrix.outputs.branches }}
1515
matrix-include: ${{ steps.set-matrix.outputs.matrix-include }}
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
with:
1919
# Set fetch-depth to 0 to clone the full repository
2020
# including all branches. This is required to find
@@ -51,7 +51,7 @@ jobs:
5151
timeout-minutes: ${{ matrix.timeout_minutes }}
5252
steps:
5353
- name: git checkout
54-
uses: actions/checkout@v2
54+
uses: actions/checkout@v3
5555
with:
5656
ref: ${{ matrix.branch.ref }}
5757
- name: Create MSSQL container
@@ -121,7 +121,7 @@ jobs:
121121
runs-on: macos-11
122122
steps:
123123
- name: git checkout
124-
uses: actions/checkout@v2
124+
uses: actions/checkout@v3
125125
with:
126126
ref: ${{ matrix.branch.ref }}
127127
- name: brew
@@ -176,7 +176,7 @@ jobs:
176176
runs-on: ubuntu-20.04
177177
steps:
178178
- name: git checkout
179-
uses: actions/checkout@v2
179+
uses: actions/checkout@v3
180180
- name: Create MSSQL container
181181
uses: ./.github/actions/setup-mssql
182182
- name: Create Oracle container
@@ -220,7 +220,7 @@ jobs:
220220
USE_TRACKED_ALLOC: 1
221221
steps:
222222
- name: git checkout
223-
uses: actions/checkout@v2
223+
uses: actions/checkout@v3
224224
with:
225225
ref: ${{ matrix.branch.ref }}
226226
- name: apt
@@ -315,7 +315,7 @@ jobs:
315315
runs-on: ubuntu-20.04
316316
steps:
317317
- name: git checkout
318-
uses: actions/checkout@v2
318+
uses: actions/checkout@v3
319319
with:
320320
ref: ${{ matrix.branch.ref }}
321321
- name: Create MSSQL container
@@ -386,7 +386,7 @@ jobs:
386386
runs-on: ubuntu-22.04
387387
steps:
388388
- name: git checkout
389-
uses: actions/checkout@v2
389+
uses: actions/checkout@v3
390390
with:
391391
ref: ${{ matrix.branch.ref }}
392392
- name: apt
@@ -481,7 +481,7 @@ jobs:
481481
runs-on: ubuntu-20.04
482482
steps:
483483
- name: git checkout
484-
uses: actions/checkout@v2
484+
uses: actions/checkout@v3
485485
with:
486486
ref: ${{ matrix.branch.ref }}
487487
- name: apt

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-20.04
3535
steps:
3636
- name: git checkout
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v3
3838
- name: Create MSSQL container
3939
uses: ./.github/actions/setup-mssql
4040
- name: Create Oracle container
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: macos-11
7272
steps:
7373
- name: git checkout
74-
uses: actions/checkout@v2
74+
uses: actions/checkout@v3
7575
- name: brew
7676
uses: ./.github/actions/brew
7777
- name: ./configure

0 commit comments

Comments
 (0)