Skip to content

Commit 20759ca

Browse files
authored
Merge pull request #22 from PinoutLTD/dev
upd cache action to v.3
2 parents 03b64f7 + deba058 commit 20759ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: echo "::set-output name=dir::$(yarn cache dir)"
2323

2424
- name: Cache dependencies
25-
uses: actions/cache@v1
25+
uses: actions/cache@v3
2626
with:
2727
path: ${{ steps.yarn-cache.outputs.dir }}
2828
key: ${{ runner.os }}-website-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)