diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2adffa2..15c0212 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,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 7650cfa..4564a14 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 @@ -92,7 +92,7 @@ jobs: node-version: 22 cache: pnpm - name: Cache electron - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/electron