From 8a2725c3d6d534f4044bc3c84f01c3298bd0645e Mon Sep 17 00:00:00 2001 From: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Sun, 16 Feb 2025 00:38:35 +0100 Subject: [PATCH] Update actions/cache to v4 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0b262070..0097d784 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: - id: cache-npm name: restore npm cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: npm-cache-${{ github.ref_name }} path: ${{ env.npm_config_cache }} @@ -66,7 +66,7 @@ jobs: - id: cache-npm name: restore npm cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: npm-cache-${{ github.ref_name }} path: ${{ env.npm_config_cache }} @@ -90,7 +90,7 @@ jobs: - id: cache-npm name: restore npm cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: npm-cache-${{ github.ref_name }} path: ${{ env.npm_config_cache }}