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