Skip to content

Commit 25450e4

Browse files
committed
ci: update to actions/cache@v3
1 parent 47623ca commit 25450e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Build and Deploy
2-
on:
2+
on:
33
push:
44
branches:
55
- master
66
jobs:
77
build-and-deploy:
8-
env:
8+
env:
99
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
1010
runs-on: ubuntu-latest
1111
steps:
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v3
2424

2525
- name: Cache dependencies
26-
uses: actions/cache@v2
26+
uses: actions/cache@v3
2727
with:
2828
path: ~/.cache/yarn
2929
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)