Skip to content

Commit 3663f6d

Browse files
authored
update periphery (#450)
* update periphery * cache v1 deprecated
1 parent 8bd498a commit 3663f6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/forge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- id: yarn-cache
3434
run: echo "::set-output name=dir::$(yarn cache dir)"
3535

36-
- uses: actions/cache@v1
36+
- uses: actions/cache@v3
3737
with:
3838
path: ${{ steps.yarn-cache.outputs.dir }}
3939
key: yarn-${{ hashFiles('**/yarn.lock') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- id: yarn-cache
2828
run: echo "::set-output name=dir::$(yarn cache dir)"
2929

30-
- uses: actions/cache@v1
30+
- uses: actions/cache@v3
3131
with:
3232
path: ${{ steps.yarn-cache.outputs.dir }}
3333
key: yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)