From a9bcfed7afd3f7cf5a39b6ce44b2b9bda03b3b53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 11:10:48 +0000 Subject: [PATCH] Bump actions/cache from 2.1.7 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.7...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... 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 de66603d1..d9c87c2c1 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.7 + uses: actions/cache@v3 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 1160f222f..ed0ce17cf 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.7 + uses: actions/cache@v3 with: path: vendor/bundle key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }} -- 2.39.5