Merge pull request #64 from ditatompel/renovate/actions-cache-4.x

chore(deps): update actions/cache action to v4
This commit is contained in:
jasmerah1966 2024-02-24 04:02:27 +07:00 committed by GitHub
commit 067732e482
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ jobs:
node-version: "20"
- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@ -46,7 +46,7 @@ jobs:
extended: true
- name: Cache Hugo modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/hugo_cache
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}