diff --git a/.github/workflows/electron-release.yml b/.github/workflows/electron-release.yml index 19df229e..8d6e0b9c 100644 --- a/.github/workflows/electron-release.yml +++ b/.github/workflows/electron-release.yml @@ -78,7 +78,7 @@ jobs: cache: npm - name: Cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}