From 8a70b1bafd28434dfee683e2d368f0074d7952e5 Mon Sep 17 00:00:00 2001 From: Firoz Ahmed Date: Mon, 1 Jul 2024 14:36:50 +0530 Subject: [PATCH] Update action.yml --- .github/actions/setup/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 4091b9d..432b845 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -4,12 +4,12 @@ runs: using: composite steps: - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: .nvmrc - name: Cache dependencies id: yarn-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | **/node_modules