Skip to content

Commit

Permalink
⬆️ upgrade github action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Oct 14, 2020
1 parent 3d16c67 commit 1e1967e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:

steps:
- run: sudo apt-get install gifsicle graphicsmagick
- uses: actions/checkout@v1
- uses: actions/[email protected].2
- uses: actions/checkout@v2.3.3
- uses: actions/[email protected].4
with:
node-version: 14

- uses: bahmutov/[email protected].1
- uses: bahmutov/[email protected].3

- run: yarn type
- run: yarn lint
Expand All @@ -25,12 +25,12 @@ jobs:

steps:
- run: sudo apt-get install gifsicle graphicsmagick
- uses: actions/checkout@v1
- uses: actions/[email protected].2
- uses: actions/checkout@v2.3.3
- uses: actions/[email protected].4
with:
node-version: 14

- uses: bahmutov/[email protected].1
- uses: bahmutov/[email protected].3

- run: ( cd packages/compute ; yarn benchmark )
- run: ( cd packages/gif-creator ; yarn benchmark )
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
name: output
path: ${{ steps.snake-gif.outputs.gif_out_path }}

- uses: crazy-max/[email protected].1
- uses: crazy-max/[email protected].3
with:
target_branch: output
build_dir: dist
Expand All @@ -68,18 +68,18 @@ jobs:
deploy-ghpages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/[email protected].2
- uses: actions/checkout@v2.3.3
- uses: actions/[email protected].4
with:
node-version: 14

- uses: bahmutov/[email protected].1
- uses: bahmutov/[email protected].3

- run: yarn build:demo
env:
BASE_PATHNAME: "snk"

- uses: crazy-max/[email protected].1
- uses: crazy-max/[email protected].3
if: success() && github.ref == 'refs/heads/master'
with:
target_branch: gh-pages
Expand Down

0 comments on commit 1e1967e

Please sign in to comment.