summary refs log tree commit diff
path: root/.github/workflows/cli.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-05 18:50:04 +0100
committerGitHub <noreply@github.com>2023-09-05 18:50:04 +0100
commit549708edfa044b39cdc055810bc11934af9b4d07 (patch)
treed0c8700598cc26c20621fa976f5b9eed700ba5b6 /.github/workflows/cli.yml
parent6aa3814f6e97e6efd78b145fcff2098a226f401e (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.yml2
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:
     - name: Disable safe.directory check
       run : git config --global --add safe.directory '*'
 
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         submodules: recursive