From 68e02a6ad5625c425fab6aa46d17c5fb5ac21b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 14:10:26 +0200 Subject: [PATCH] build(deps): bump actions/cache from v2.1.4 to v2.1.5 (#89) --- .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 a5bf7a0..1158149 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.1.4' + uses: 'actions/cache@v2.1.5' with: path: '.npm' key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 1bb97a0..9c3eaf0 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -19,7 +19,7 @@ jobs: registry-url: 'https://registry.npmjs.org/' - name: 'Cache dependencies' - uses: 'actions/cache@v2.1.4' + uses: 'actions/cache@v2.1.5' with: path: '.npm' key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}