1
0
forked from MTSR/mapserver

Update actions/cache action to v2

This commit is contained in:
Renovate Bot 2022-02-01 14:01:31 +00:00 committed by Buckaroo Banzai
parent 0f7b1988a7
commit 498c2d13bd

View File

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