diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7ca5e7b..f80265b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,7 +47,7 @@ jobs: fetch-depth: 0 - name: Restore Lerna - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} @@ -114,7 +114,7 @@ jobs: fetch-depth: 0 - name: Restore Lerna - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}