From d1d149c56b1eb89ef3d68d0cdf8120e29b8f3b1e Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Sun, 31 May 2020 17:28:53 +0300 Subject: [PATCH] ci: update `cache` action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54033ab..631f4fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: uses: actions/setup-node@v1 - name: Cache Node.js modules - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ~/.npm key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}