Skip to content

Commit da98e60

Browse files
Bump actions/checkout from 3 to 4 (#101)
* Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Sort use statements alpha --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Richard B. Porter <richardbporter@users.noreply.github.com>
1 parent bb7acd5 commit da98e60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
php: [8.0, 8.1, 8.2]
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: Start MySQL
2222
run: sudo /etc/init.d/mysql start
2323
- name: Validate composer.json and composer.lock

UsersCommands.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Drush\Commands\UsersCommands;
44

5+
use Consolidation\AnnotatedCommand\CommandData;
56
use Consolidation\OutputFormatters\Options\FormatterOptions;
67
use Consolidation\OutputFormatters\StructuredData\RowsOfFields;
7-
use Consolidation\AnnotatedCommand\CommandData;
88
use Consolidation\SiteAlias\SiteAliasManagerAwareTrait;
99
use Drupal\user\Entity\User;
1010
use Drush\Commands\DrushCommands;

0 commit comments

Comments
 (0)