1
0
forked from MTSR/mapserver

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

This commit is contained in:
renovate[bot] 2024-01-17 17:19:45 +00:00 committed by Buckaroo Banzai
parent 776aaaaa32
commit 021a499d8f

View File

@ -31,7 +31,7 @@ jobs:
run: cd public && npm ci && npm run bundle
- name: Cache Go modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}