From 0fcaae7078fb328026522a80e0b9b50bdc97555f Mon Sep 17 00:00:00 2001 From: NishaSharma14 Date: Thu, 4 Jan 2024 17:09:22 +0100 Subject: [PATCH] fix: revert checkout action to 2 --- .github/workflows/dev-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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