Bump actions/checkout from 2 to 3 (#3277)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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/v2...v3)

---
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>
Co-authored-by: Tamir Kamara <26870601+tamirkamara@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-01 16:44:19 +00:00 коммит произвёл GitHub
Родитель 2ee775317d
Коммит 30b4108e9e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/cli-package.yml поставляемый
Просмотреть файл

@ -21,7 +21,7 @@ jobs:
steps:
- name: Checkout (GitHub)
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build and run dev container task
uses: ./.github/actions/devcontainer_run_command