From 19792d53542fa77673781e66e1b4a62f217139f3 Mon Sep 17 00:00:00 2001 From: Deepansh Mathur Date: Wed, 4 Oct 2023 18:52:52 +0530 Subject: [PATCH] updating the actions checkout version --- .github/workflows/deploy_to_s3_prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_to_s3_prod.yml b/.github/workflows/deploy_to_s3_prod.yml index fa197ff..86afaff 100644 --- a/.github/workflows/deploy_to_s3_prod.yml +++ b/.github/workflows/deploy_to_s3_prod.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 # - name: Cache node modules # uses: actions/cache@v1