Skip to content

Commit 55bab1c

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

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)