We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb59cb5 commit 2e0f7f6Copy full SHA for 2e0f7f6
.github/actions/setup/action.yml
@@ -27,7 +27,7 @@ runs:
27
run: pip install -r requirements.txt
28
29
- name: Cache go dependencies
30
- uses: actions/cache@v2
+ uses: actions/cache@v3
31
with:
32
path: /tmp/hugo_cache
33
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
0 commit comments