chore(deps): update actions/cache action to v4

This commit is contained in:
renovate[bot] 2024-02-23 20:47:13 +00:00 committed by GitHub
parent 0a53128011
commit 3f500c061d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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') }}