]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/cookstyle.yml
Bump actions/cache from 2.1.5 to 2.1.6
[chef.git] / .github / workflows / cookstyle.yml
index 94e1fb5dbe03a398b1ef16cd5265f6f611a8a8c8..5a5139bb2c381cda68427c4c1ca05af77dc6acff 100644 (file)
@@ -12,7 +12,7 @@ jobs:
     - name: Setup ruby
       uses: actions/setup-ruby@v1.1.3
     - name: Cache gems
-      uses: actions/cache@v2.1.5
+      uses: actions/cache@v2.1.6
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}