Bump actions/github-script from 6.3.3 to 6.4.0 (#1977)

Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.3 to 6.4.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](d556feaca3...98814c53be)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-01-31 13:48:51 -08:00 коммит произвёл GitHub
Родитель 64e6812784
Коммит 73b332c47f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -354,7 +354,7 @@ jobs:
cancel_others: 'false'
paths_ignore: '["**.md", "**/docs/**"]'
- uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0
- uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975
if: (github.event_name == 'schedule') || (github.event_name == 'push') && (steps.skip_check.outputs.should_skip != 'true')
env:
TITLE: Workflow failed - ${{inputs.name}}