From 9e6c9118e4d0efc5a348993e8fe5a1035f72373c Mon Sep 17 00:00:00 2001 From: Paintoshi <88572775+paintoshi@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:34:00 +0100 Subject: [PATCH] fix: Cache@v4 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2e62171..df2709a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,7 +25,7 @@ jobs: - id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v1 + - uses: actions/cache@v4 with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ matrix.os }}-yarn-${{ hashFiles('**/yarn.lock') }}