From 6a5bf2d41b9a9d3dabff0d3ade03f7250c1021a4 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Sun, 16 Jan 2022 21:36:23 +0300 Subject: [PATCH] CI: update action's versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7142a2aea..bdafd69bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -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 }}