diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbb000a..fb1eb6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: node-version: 22 cache: pnpm - name: Cache electron - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/electron @@ -69,7 +69,7 @@ jobs: node-version: 22 cache: pnpm - name: Cache electron - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/electron diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf994dd..9de7bc6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: node-version: 22 cache: pnpm - name: Cache electron - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/electron @@ -97,7 +97,7 @@ jobs: node-version: 22 cache: pnpm - name: Cache electron - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/electron @@ -160,7 +160,7 @@ jobs: node-version: 22 cache: pnpm - name: Cache electron - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/electron