]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/test-kitchen.yml
Bump actions/cache from v2 to v2.1.4
[chef.git] / .github / workflows / test-kitchen.yml
index 0fcb574614cabd77c9ea1ef9c2b0b2963fb29dee..432d7a28e33658945f97422aebcad983f96679a6 100644 (file)
@@ -116,7 +116,7 @@ jobs:
     - name: Setup ruby
       uses: actions/setup-ruby@v1.1.2
     - name: Cache gems
-      uses: actions/cache@v2
+      uses: actions/cache@v2.1.4
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}