From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 17:58:38 +0000 (+0000) Subject: Bump actions/cache from v1 to v2 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/539dbe9f74466a7ec90ea7cbfb9bc8b49911551d Bump actions/cache from v1 to v2 Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v1...b8204782bbb5f872091ecc5eb9cb7d004e35b1fa) Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index 274884da3..e916ad489 100644 --- a/.github/workflows/cookstyle.yml +++ b/.github/workflows/cookstyle.yml @@ -12,7 +12,7 @@ jobs: - name: Setup ruby uses: actions/setup-ruby@v1 - name: Cache gems - uses: actions/cache@v1 + uses: actions/cache@v2 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 f7f64a45d..a28a66e99 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -107,7 +107,7 @@ jobs: - name: Setup ruby uses: actions/setup-ruby@v1 - name: Cache gems - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: vendor/bundle key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}