Updates github checkout actions to v4 (#7611)

(cherry picked from commit 3fe22406e62fb40da12a0d91f3ecc0cba81cdb24)
pull/7882/head
Gürkan İndibay 2024-05-31 20:52:17 +03:00 committed by Onur Tirtir
parent 8783cae57f
commit 7073f06153
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -129,7 +129,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set pg_config path and python parameters for deb based distros
run: |