⬆️ upgrade github action dependencies

This commit is contained in:
platane
2020-10-14 22:48:33 +02:00
committed by Platane
parent 3d16c675bd
commit 1e1967ef61

View File

@@ -8,12 +8,12 @@ jobs:
steps: steps:
- run: sudo apt-get install gifsicle graphicsmagick - run: sudo apt-get install gifsicle graphicsmagick
- uses: actions/checkout@v1 - uses: actions/checkout@v2.3.3
- uses: actions/setup-node@v1.4.2 - uses: actions/setup-node@v1.4.4
with: with:
node-version: 14 node-version: 14
- uses: bahmutov/npm-install@v1.4.1 - uses: bahmutov/npm-install@v1.4.3
- run: yarn type - run: yarn type
- run: yarn lint - run: yarn lint
@@ -25,12 +25,12 @@ jobs:
steps: steps:
- run: sudo apt-get install gifsicle graphicsmagick - run: sudo apt-get install gifsicle graphicsmagick
- uses: actions/checkout@v1 - uses: actions/checkout@v2.3.3
- uses: actions/setup-node@v1.4.2 - uses: actions/setup-node@v1.4.4
with: with:
node-version: 14 node-version: 14
- uses: bahmutov/npm-install@v1.4.1 - uses: bahmutov/npm-install@v1.4.3
- run: ( cd packages/compute ; yarn benchmark ) - run: ( cd packages/compute ; yarn benchmark )
- run: ( cd packages/gif-creator ; yarn benchmark ) - run: ( cd packages/gif-creator ; yarn benchmark )
@@ -58,7 +58,7 @@ jobs:
name: output name: output
path: ${{ steps.snake-gif.outputs.gif_out_path }} path: ${{ steps.snake-gif.outputs.gif_out_path }}
- uses: crazy-max/ghaction-github-pages@v2.1.1 - uses: crazy-max/ghaction-github-pages@v2.1.3
with: with:
target_branch: output target_branch: output
build_dir: dist build_dir: dist
@@ -68,18 +68,18 @@ jobs:
deploy-ghpages: deploy-ghpages:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2.3.3
- uses: actions/setup-node@v1.4.2 - uses: actions/setup-node@v1.4.4
with: with:
node-version: 14 node-version: 14
- uses: bahmutov/npm-install@v1.4.1 - uses: bahmutov/npm-install@v1.4.3
- run: yarn build:demo - run: yarn build:demo
env: env:
BASE_PATHNAME: "snk" BASE_PATHNAME: "snk"
- uses: crazy-max/ghaction-github-pages@v2.1.1 - uses: crazy-max/ghaction-github-pages@v2.1.3
if: success() && github.ref == 'refs/heads/master' if: success() && github.ref == 'refs/heads/master'
with: with:
target_branch: gh-pages target_branch: gh-pages