diff --git a/.github/workflows/electron-release.yml b/.github/workflows/electron-release.yml index eeea9e069f..c8bdb4b061 100644 --- a/.github/workflows/electron-release.yml +++ b/.github/workflows/electron-release.yml @@ -81,7 +81,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') }}