From f85b44fce4d8e7c25bcc5ae8ded47852d1e85bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 05:07:04 +0000 Subject: [PATCH] Bump actions/cache from 2.1.5 to 2.1.6 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] --- .github/workflows/cookstyle.yml | 2 +- .github/workflows/test-kitchen.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index 94e1fb5db..5a5139bb2 100644 --- a/.github/workflows/cookstyle.yml +++ b/.github/workflows/cookstyle.yml @@ -12,7 +12,7 @@ jobs: - name: Setup ruby uses: actions/setup-ruby@v1.1.3 - name: Cache gems - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 with: path: vendor/bundle key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }} diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index 3706f5de6..6bbd811ad 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -116,7 +116,7 @@ jobs: - name: Setup ruby uses: actions/setup-ruby@v1.1.3 - name: Cache gems - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 with: path: vendor/bundle key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }} -- 2.45.1