Skip to content

Commit 0bde7c5

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Update to actions/checkout@v3 (#9759)
2 parents 2c25dfb + 6c3b148 commit 0bde7c5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/nightly.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
branches: ${{ steps.set-matrix.outputs.branches }}
1313
matrix-include: ${{ steps.set-matrix.outputs.matrix-include }}
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
with:
1717
# Set fetch-depth to 0 to clone the full repository
1818
# including all branches. This is required to find
@@ -49,7 +49,7 @@ jobs:
4949
timeout-minutes: ${{ matrix.timeout_minutes }}
5050
steps:
5151
- name: git checkout
52-
uses: actions/checkout@v2
52+
uses: actions/checkout@v3
5353
with:
5454
ref: ${{ matrix.branch.ref }}
5555
- name: Create MSSQL container
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: macos-11
120120
steps:
121121
- name: git checkout
122-
uses: actions/checkout@v2
122+
uses: actions/checkout@v3
123123
with:
124124
ref: ${{ matrix.branch.ref }}
125125
- name: brew
@@ -174,7 +174,7 @@ jobs:
174174
runs-on: ubuntu-20.04
175175
steps:
176176
- name: git checkout
177-
uses: actions/checkout@v2
177+
uses: actions/checkout@v3
178178
- name: Create MSSQL container
179179
uses: ./.github/actions/setup-mssql
180180
- name: Create Oracle container
@@ -218,7 +218,7 @@ jobs:
218218
USE_TRACKED_ALLOC: 1
219219
steps:
220220
- name: git checkout
221-
uses: actions/checkout@v2
221+
uses: actions/checkout@v3
222222
with:
223223
ref: ${{ matrix.branch.ref }}
224224
- name: apt
@@ -313,7 +313,7 @@ jobs:
313313
runs-on: ubuntu-20.04
314314
steps:
315315
- name: git checkout
316-
uses: actions/checkout@v2
316+
uses: actions/checkout@v3
317317
with:
318318
ref: ${{ matrix.branch.ref }}
319319
- name: Create MSSQL container
@@ -384,7 +384,7 @@ jobs:
384384
runs-on: ubuntu-22.04
385385
steps:
386386
- name: git checkout
387-
uses: actions/checkout@v2
387+
uses: actions/checkout@v3
388388
with:
389389
ref: ${{ matrix.branch.ref }}
390390
- name: apt

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-20.04
3333
steps:
3434
- name: git checkout
35-
uses: actions/checkout@v2
35+
uses: actions/checkout@v3
3636
- name: Create MSSQL container
3737
uses: ./.github/actions/setup-mssql
3838
- name: Create Oracle container
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: macos-11
7070
steps:
7171
- name: git checkout
72-
uses: actions/checkout@v2
72+
uses: actions/checkout@v3
7373
- name: brew
7474
uses: ./.github/actions/brew
7575
- name: ./configure

0 commit comments

Comments
 (0)