Skip to content

Commit

Permalink
CI: update action's versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Jan 16, 2022
1 parent d67155c commit 6a5bf2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -32,6 +32,6 @@ jobs:
run: npm run report-coveralls

- name: Upload coverage report to coveralls.io
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6a5bf2d

Please sign in to comment.