chore: update actions/cache to v3

This commit is contained in:
Fernandez Ludovic
2022-10-21 16:21:21 +02:00
parent e003140c6e
commit c4d1bf5029
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ jobs:
# https://github.com/marketplace/actions/cache
- name: Cache Go modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
# In order:
# * Module download cache

View File

@@ -93,7 +93,7 @@ jobs:
# https://github.com/marketplace/actions/cache
- name: Cache Go modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ./_test/tmp
key: ${{ runner.os }}-yaegi-${{ hashFiles('**//_test/tmp/') }}

View File

@@ -26,7 +26,7 @@ jobs:
fetch-depth: 0
- name: Cache Go modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}