Skip to content

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
node-version: '12.x'
2323
- name: Install jq
2424
run: sudo apt-get install -y jq
25-
- uses: actions/cache@v2.1.4
25+
- uses: actions/cache@v3
2626
with:
2727
path: /tmp/hugo_cache
2828
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
2929
restore-keys: |
3030
${{ runner.os }}-hugomod-
3131
- name: Cache dependencies
32-
uses: actions/cache@v1
32+
uses: actions/cache@v3
3333
with:
3434
path: ~/.npm
3535
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)