diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 214fbed..7889158 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-node@v4 with: {node-version: '20'} - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: yarn-cache with: path: '**/node_modules' @@ -53,7 +53,7 @@ jobs: - uses: actions/setup-node@v4 with: {node-version: '20'} - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: yarn-cache with: path: '**/node_modules'