From cf9a140af0e762d9e31d1ee77679618dab9d9cd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 11:02:12 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 2.1.7 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 c386adb65..a7a29c53f 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.6 + uses: actions/cache@v2.1.7 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 ad57f08ce..e320a4566 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -108,7 +108,7 @@ jobs: - name: Setup ruby uses: actions/setup-ruby@v1.1.3 - name: Cache gems - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: vendor/bundle key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }} -- 2.39.5