Skip to content

Commit 278ea8a

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ffdbf81 commit 278ea8a

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)