Skip to content

Commit ef14d88

Browse files
Bump actions/checkout from 5 to 6 (#38)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c258e20 commit ef14d88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
versions: ${{ steps.php-matrix.outputs.versions }}
2525
highest: ${{ steps.php-matrix.outputs.highest }}
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
with:
2929
sparse-checkout: composer.json
3030
sparse-checkout-cone-mode: false
@@ -46,7 +46,7 @@ jobs:
4646
coverage: xdebug
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: actions/checkout@v5
49+
- uses: actions/checkout@v6
5050

5151
- uses: shivammathur/setup-php@v2
5252
with:
@@ -81,7 +81,7 @@ jobs:
8181
permissions:
8282
id-token: write
8383
steps:
84-
- uses: actions/checkout@v5
84+
- uses: actions/checkout@v6
8585

8686
- uses: actions/download-artifact@v6
8787
with:

0 commit comments

Comments
 (0)