mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
chore(deps): update actions/cache action to v4
This commit is contained in:
parent
0a53128011
commit
3f500c061d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-to-vps.yaml
vendored
4
.github/workflows/deploy-to-vps.yaml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
node-version: "20"
|
node-version: "20"
|
||||||
|
|
||||||
- name: Cache dependencies
|
- name: Cache dependencies
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.npm
|
path: ~/.npm
|
||||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||||
|
@ -46,7 +46,7 @@ jobs:
|
||||||
extended: true
|
extended: true
|
||||||
|
|
||||||
- name: Cache Hugo modules
|
- name: Cache Hugo modules
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: /tmp/hugo_cache
|
path: /tmp/hugo_cache
|
||||||
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
|
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
|
||||||
|
|
Loading…
Reference in a new issue