Fixes checkout problem for sql-snapshots

pull/7611/head
Gürkan İndibay 2024-05-31 04:15:04 +03:00 committed by GitHub
parent 3142a46060
commit 85375be3a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
image: ${{ needs.params.outputs.build_image_name }}:latest
options: --user root
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3.5.0
- name: Check Snapshots
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}