diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 792df65b..edc9fd15 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@v4 + uses: actions/cache@v6 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}