]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/test-kitchen.yml
Bump actions/cache from v1 to v2
[chef.git] / .github / workflows / test-kitchen.yml
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') }}