Merge pull request #61441 from ClickHouse/ci_fix_checout_action_version

CI: fix checkout action version
This commit is contained in:
Alexey Milovidov 2024-03-16 13:53:30 +03:00 committed by GitHub
commit dd2ace9a85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,8 +43,7 @@ jobs:
runs-on: [self-hosted, '${{inputs.runner_type}}']
steps:
- name: Check out repository code
# WIP: temporary try commit with limited perallelization of checkout
uses: ClickHouse/checkout@0be3f7b3098bae494d3ef5d29d2e0676fb606232
uses: ClickHouse/checkout@v1
with:
clear-repository: true
ref: ${{ fromJson(inputs.data).git_ref }}