From cff44a62770fed82053e0f038d6f41f755f3adf9 Mon Sep 17 00:00:00 2001 From: Kumaran Rajendhiran Date: Fri, 3 Nov 2023 17:46:06 +0530 Subject: [PATCH] Remove container --- .github/workflows/pipeline.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 2362d35..5c60cfc 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -88,10 +88,9 @@ jobs: permissions: contents: write if: github.ref_name == 'main' || github.ref_name == 'fix-frontend-deploy' - container: - image: python:3.7-stretch steps: - - uses: actions/checkout@v3 + - name: Checkout repository + uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: 18