From 120856fe5be3c923e72af364333c779a62a09f10 Mon Sep 17 00:00:00 2001 From: Veerkumar Patil Date: Tue, 21 Jan 2025 17:37:53 +0530 Subject: [PATCH] updated the checkout actions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 650c496..930abc0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: cypress-io/github-action@v6 + uses: actions/checkout@v4 # Install NPM dependencies, cache them correctly # and run all Cypress tests - name: Install Packages