Skip to content

Commit f1157d4

Browse files
authored
Merge pull request #194 from zephir-lang/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents a395cda + 31ad0ef commit f1157d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- { php: '8.4', ts: 'ts', arch: 'x64', name: 'windows2022-vc17', os: 'windows-2022', compiler: 'vs17', toolset: '14.44', ccov: 'OFF' }
7070

7171
steps:
72-
- uses: actions/checkout@v6
72+
- uses: actions/checkout@v7
7373

7474
- name: Install PHP ${{ matrix.php }}
7575
uses: shivammathur/setup-php@v2
@@ -194,7 +194,7 @@ jobs:
194194
runs-on: ubuntu-latest
195195

196196
steps:
197-
- uses: actions/checkout@v6
197+
- uses: actions/checkout@v7
198198

199199
- name: Install PHP
200200
uses: shivammathur/setup-php@v2
@@ -264,7 +264,7 @@ jobs:
264264

265265
steps:
266266
- name: Checkout Code
267-
uses: actions/checkout@v6
267+
uses: actions/checkout@v7
268268
with:
269269
fetch-depth: 1
270270

0 commit comments

Comments
 (0)