88
99 steps :
1010 - run : sudo apt-get install gifsicle graphicsmagick
11- - uses : actions/checkout@v1
12- - uses : actions/setup-node@v1.4.2
11+ - uses : actions/checkout@v2.3.3
12+ - uses : actions/setup-node@v1.4.4
1313 with :
1414 node-version : 14
1515
16- - uses : bahmutov/npm-install@v1.4.1
16+ - uses : bahmutov/npm-install@v1.4.3
1717
1818 - run : yarn type
1919 - run : yarn lint
@@ -25,12 +25,12 @@ jobs:
2525
2626 steps :
2727 - run : sudo apt-get install gifsicle graphicsmagick
28- - uses : actions/checkout@v1
29- - uses : actions/setup-node@v1.4.2
28+ - uses : actions/checkout@v2.3.3
29+ - uses : actions/setup-node@v1.4.4
3030 with :
3131 node-version : 14
3232
33- - uses : bahmutov/npm-install@v1.4.1
33+ - uses : bahmutov/npm-install@v1.4.3
3434
3535 - run : ( cd packages/compute ; yarn benchmark )
3636 - run : ( cd packages/gif-creator ; yarn benchmark )
5858 name : output
5959 path : ${{ steps.snake-gif.outputs.gif_out_path }}
6060
61- - uses : crazy-max/ghaction-github-pages@v2.1.1
61+ - uses : crazy-max/ghaction-github-pages@v2.1.3
6262 with :
6363 target_branch : output
6464 build_dir : dist
@@ -68,18 +68,18 @@ jobs:
6868 deploy-ghpages :
6969 runs-on : ubuntu-latest
7070 steps :
71- - uses : actions/checkout@v1
72- - uses : actions/setup-node@v1.4.2
71+ - uses : actions/checkout@v2.3.3
72+ - uses : actions/setup-node@v1.4.4
7373 with :
7474 node-version : 14
7575
76- - uses : bahmutov/npm-install@v1.4.1
76+ - uses : bahmutov/npm-install@v1.4.3
7777
7878 - run : yarn build:demo
7979 env :
8080 BASE_PATHNAME : " snk"
8181
82- - uses : crazy-max/ghaction-github-pages@v2.1.1
82+ - uses : crazy-max/ghaction-github-pages@v2.1.3
8383 if : success() && github.ref == 'refs/heads/master'
8484 with :
8585 target_branch : gh-pages
0 commit comments