diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7c17e35..912842c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,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' @@ -57,7 +57,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'