diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index 379fd947..da83dcc8 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -39,7 +39,7 @@ jobs: options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v2 with: fetch-depth: 1