Skip to content

Commit 0a52cc9

Browse files
committed
Bump actions/checkout to v3
1 parent d49195d commit 0a52cc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- { php: '8.2', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16', ccov: 'OFF' }
5555

5656
steps:
57-
- uses: actions/checkout@v2
57+
- uses: actions/checkout@v3
5858

5959
- name: Install PHP ${{ matrix.php }}
6060
uses: shivammathur/setup-php@v2
@@ -178,7 +178,7 @@ jobs:
178178
runs-on: ubuntu-20.04
179179

180180
steps:
181-
- uses: actions/checkout@v2
181+
- uses: actions/checkout@v3
182182

183183
- name: Install PHP
184184
uses: shivammathur/setup-php@v2
@@ -248,7 +248,7 @@ jobs:
248248

249249
steps:
250250
- name: Checkout Code
251-
uses: actions/checkout@v2
251+
uses: actions/checkout@v3
252252
with:
253253
fetch-depth: 1
254254

0 commit comments

Comments
 (0)