mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-12 21:08:00 -05:00
chore(deps): update actions/cache action to v4
This commit is contained in:
parent
f943885126
commit
ce3f2dc477
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build-and-push.yml
vendored
2
.github/workflows/docker-build-and-push.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
node-version: 20
|
||||
|
||||
- name: Cache npm dependencies
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||
|
|
Loading…
Reference in a new issue