From 1e4167e20931d227a066acba576792ebcc2cf9b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 08:44:01 +0200 Subject: [PATCH] build(deps): bump actions/cache from 2.1.5 to 2.1.6 (#46) --- .github/workflows/Divlo.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Divlo.yml b/.github/workflows/Divlo.yml index befcdb9..73c952c 100644 --- a/.github/workflows/Divlo.yml +++ b/.github/workflows/Divlo.yml @@ -21,7 +21,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: 'Cache dependencies' - uses: 'actions/cache@v2.1.5' + uses: 'actions/cache@v2.1.6' with: path: '.npm' key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9855c23..fd5bed7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: 'Cache dependencies' - uses: 'actions/cache@v2.1.5' + uses: 'actions/cache@v2.1.6' with: path: '.npm' key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}