Skip to content

Commit 981dd92

Browse files
authored
ci: update cache to actions/cache@v3 (#29)
1 parent 0814ed9 commit 981dd92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
node-version: "16.18"
3434
- name: Cache
35-
uses: actions/cache@v1
35+
uses: actions/cache@v3
3636
with:
3737
path: ~/.npm
3838
key: ${{ runner.os }}-node-${{ hashFiles('**/packagge-lock.json')}}
@@ -49,7 +49,7 @@ jobs:
4949
curl -L -o fonttools.zip https://cdn.bttcdn.com/common/fonttools.zip
5050
unzip fonttools.zip
5151
- name: Python Icon
52-
run: pwd; cd ./fonttools; sudo node python-icon.js
52+
run: pwd; cd ./fonttools; sudo node python-icon.js
5353
- name: subset Icon
5454
run: |
5555
sudo chmod 755 fonttools
@@ -64,4 +64,4 @@ jobs:
6464
push: true
6565
tags: beclab/devbox:${{ steps.get-latest-tag.outputs.tag }}
6666
file: Dockerfile
67-
platforms: linux/amd64,linux/arm64
67+
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)