diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-05 18:50:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-05 18:50:04 +0100 |
| commit | 549708edfa044b39cdc055810bc11934af9b4d07 (patch) | |
| tree | d0c8700598cc26c20621fa976f5b9eed700ba5b6 /.github/workflows/cli.yml | |
| parent | 6aa3814f6e97e6efd78b145fcff2098a226f401e (diff) | |
Bump actions/checkout from 3 to 4 (#21907)
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](https://github.com/actions/checkout/compare/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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/cli.yml')
| -rw-r--r-- | .github/workflows/cli.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 27bdcc562b..77b5bfe073 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml | |||
| @@ -24,7 +24,7 @@ jobs: | |||
| 24 | - name: Disable safe.directory check | 24 | - name: Disable safe.directory check |
| 25 | run : git config --global --add safe.directory '*' | 25 | run : git config --global --add safe.directory '*' |
| 26 | 26 | ||
| 27 | - uses: actions/checkout@v3 | 27 | - uses: actions/checkout@v4 |
| 28 | with: | 28 | with: |
| 29 | submodules: recursive | 29 | submodules: recursive |
| 30 | 30 | ||
