From 4e29525c6d9e9d688fefcd24d3e59c4953dd375d Mon Sep 17 00:00:00 2001 From: sajjad rahman <67529599+sajjadrahman56@users.noreply.github.com> Date: Tue, 26 Dec 2023 02:09:32 +0600 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c919d66..c5564e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,12 +7,12 @@ jobs: deploy: runs-on: ubuntu-latest steps: + - name: Checkout code + uses: actions/checkout@v2 - name: Setup Node.js environment uses: actions/setup-node@v2 with: node-version: '16' - - name: Checkout code - uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 with: