diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b2bdf56..c02cda0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,14 +49,14 @@ jobs: cache: 'pnpm' - name: Cache pnpm store - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.pnpm-store key: pnpm-${{ matrix.platform }}-${{ hashFiles('pnpm-lock.yaml') }} restore-keys: pnpm-${{ matrix.platform }}- - name: Cache Electron downloads - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.ELECTRON_CACHE }} key: electron-v3-${{ matrix.platform }}-${{ hashFiles('apps/desktop/package.json') }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 325463d..7c45d6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: run: pnpm install --frozen-lockfile --ignore-scripts - name: Cache node_modules - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: | node_modules @@ -64,7 +64,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Restore node_modules - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: | node_modules @@ -94,7 +94,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Restore node_modules - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: | node_modules @@ -130,7 +130,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Restore node_modules - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: | node_modules @@ -163,7 +163,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Restore node_modules - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: | node_modules @@ -204,7 +204,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Restore node_modules - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: | node_modules @@ -232,7 +232,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Restore node_modules - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: | node_modules