Skip to content

Commit

Permalink
* Remove deprecated gauge global (#324)
Browse files Browse the repository at this point in the history
Before
  gauge.step(...)

After
  step(...)

* Use checkout version 2
* Remove unused dependencies found by

  npx depcheck

Signed-off-by: Zabil Cheriya Maliackal <[email protected]>
  • Loading branch information
zabil authored Apr 8, 2020
1 parent fa11885 commit 1f3c09e
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 442 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Set up Nodejs
uses: actions/setup-node@v1
Expand All @@ -36,7 +36,7 @@ jobs:
matrix:
os: [windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Set up Go 1.13
uses: actions/setup-go@v1
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
matrix:
os: [windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Use Node.js
uses: actions/setup-node@v1
Expand Down
Loading

0 comments on commit 1f3c09e

Please sign in to comment.