From 9049306dd610fdb7f3efc476bd000560682ae684 Mon Sep 17 00:00:00 2001 From: Aman Raj <42104907+AmanRaj1608@users.noreply.github.com> Date: Thu, 2 Nov 2023 15:59:54 +0530 Subject: [PATCH] Update push_check.yml --- .github/workflows/push_check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_check.yml b/.github/workflows/push_check.yml index 6f63af53e..6cfca05c1 100644 --- a/.github/workflows/push_check.yml +++ b/.github/workflows/push_check.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: "actions/checkout@master" + uses: "actions/checkout@main" - name: Set Node.js uses: actions/setup-node@v1 @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout - uses: "actions/checkout@master" + uses: "actions/checkout@main" - name: Set Node.js uses: actions/setup-node@v1