From 5a3435a8f56bd30022efb22b3b35ac218e3adeb0 Mon Sep 17 00:00:00 2001 From: ashwin-athappan Date: Sun, 10 Aug 2025 18:23:56 -0500 Subject: [PATCH] GitHub Actions workflow lint job actions/cache@v2 upgraded to actions/cache@v3 --- .github/workflows/lint_commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_commit.yml b/.github/workflows/lint_commit.yml index e9252d08..4eb76131 100644 --- a/.github/workflows/lint_commit.yml +++ b/.github/workflows/lint_commit.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Cache Yarn dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.cache/yarn key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}