mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-05-05 01:32:35 +00:00
build(deps): bump actions/cache from 4 to 5 (#1121)
Integrated into release/v3.6.2
This commit is contained in:
parent
33d86ad3b5
commit
a344352365
1 changed files with 1 additions and 1 deletions
2
.github/workflows/electron-release.yml
vendored
2
.github/workflows/electron-release.yml
vendored
|
|
@ -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') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue