diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e93e896f..3d4ef708 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: node-version: '16.x' - name: Cache node modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: ${{ runner.os }}-cache-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94d3d983..725084c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: registry-url: 'https://registry.npmjs.com' - name: Cache node modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: ${{ runner.os }}-cache-${{ hashFiles('**/yarn.lock') }}