]> git.openstreetmap.org Git - chef.git/commitdiff
Bump actions/cache from v1 to v2
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 25 Jun 2020 17:58:38 +0000 (17:58 +0000)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2020 17:58:38 +0000 (17:58 +0000)
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] <support@github.com>
.github/workflows/cookstyle.yml
.github/workflows/test-kitchen.yml

index 274884da318c426324ae4cdcd805660ebbb627c9..e916ad489b577c425ed7bb20edf5413e037ed775 100644 (file)
@@ -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') }}
index f7f64a45dd17007a0aa96b1725ac15bb8cc6a85b..a28a66e994c060a4475f76c6e25ba2835685b99c 100644 (file)
@@ -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') }}