Skip to content

Commit 5c69afc

Browse files
authored
Merge pull request #163 from zephir-lang/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 2047f5f + 55bab1c commit 5c69afc

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
@@ -66,7 +66,7 @@ jobs:
6666
#- { php: '8.4', ts: 'ts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16', ccov: 'OFF' }
6767

6868
steps:
69-
- uses: actions/checkout@v4
69+
- uses: actions/checkout@v5
7070

7171
- name: Install PHP ${{ matrix.php }}
7272
uses: shivammathur/setup-php@v2
@@ -190,7 +190,7 @@ jobs:
190190
runs-on: ubuntu-latest
191191

192192
steps:
193-
- uses: actions/checkout@v4
193+
- uses: actions/checkout@v5
194194

195195
- name: Install PHP
196196
uses: shivammathur/setup-php@v2
@@ -260,7 +260,7 @@ jobs:
260260

261261
steps:
262262
- name: Checkout Code
263-
uses: actions/checkout@v4
263+
uses: actions/checkout@v5
264264
with:
265265
fetch-depth: 1
266266

0 commit comments

Comments
 (0)