From 7f1c25ed98f4e64ec0d72853fd67f27863d476a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 14:57:20 +0100 Subject: [PATCH] build(deps): bump actions/cache from v2 to v2.1.4 (#28) --- .github/workflows/nodejs.yml | 2 +- .github/workflows/npm-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 3e44fcd..4c64671 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -25,7 +25,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: 'Cache dependencies' - uses: 'actions/cache@v2' + uses: 'actions/cache@v2.1.4' with: path: | **/node_modules diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 1a92a36..3a053ae 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -13,7 +13,7 @@ jobs: - uses: 'actions/checkout@v2' - name: 'Cache dependencies' - uses: 'actions/cache@v2' + uses: 'actions/cache@v2.1.4' with: path: '**/node_modules' key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}