From: Tom Hughes Date: Thu, 25 Jun 2020 18:02:00 +0000 (+0100) Subject: Merge pull request #313 from openstreetmap/dependabot/github_actions/actions/cache-v2 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/aeec9d76523c9730dfa7c4c0dbee6514f131f16f?hp=65ed269f13185f38f1c2cacda4bf7bc553302478 Merge pull request #313 from openstreetmap/dependabot/github_actions/actions/cache-v2 Bump actions/cache from v1 to v2 --- 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') }}