diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae68de41..83e29a0a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: node-version: '18.x' - name: Restoring Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}