Skip to content

Commit 33088d0

Browse files
authored
Merge pull request #173 from zephir-lang/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents ffdbf81 + 278ea8a commit 33088d0

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
@@ -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@v5
72+
- uses: actions/checkout@v6
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@v5
197+
- uses: actions/checkout@v6
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@v5
267+
uses: actions/checkout@v6
268268
with:
269269
fetch-depth: 1
270270

0 commit comments

Comments
 (0)