From dab3510bd082877cbc207faac6d3064eafea4c7a Mon Sep 17 00:00:00 2001 From: Kriszta Matyi Date: Tue, 10 Jun 2025 10:41:05 -0700 Subject: [PATCH] Updates actions/cache version in cd worksflow to v4 --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9713c3b..4d02ee9 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -21,7 +21,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Cache dependencies - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}