fix(ci): add checkout step

This commit is contained in:
2025-09-23 13:04:23 +03:00
parent ec05cbe7bc
commit 9f35ca69bc

View File

@@ -31,6 +31,11 @@ jobs:
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- name: Setup Ruby
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
with: