Skip to content

Commit 2e0f7f6

Browse files
authored
Upgrade cache from v2 to v3
1 parent fb59cb5 commit 2e0f7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
run: pip install -r requirements.txt
2828

2929
- name: Cache go dependencies
30-
uses: actions/cache@v2
30+
uses: actions/cache@v3
3131
with:
3232
path: /tmp/hugo_cache
3333
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)