1
0
forked from MTSR/mapserver

Update actions/cache action to v3

This commit is contained in:
renovate[bot] 2022-12-16 07:21:11 +00:00 committed by Buckaroo Banzai
parent d91b562c26
commit 5674d70045

View File

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