]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/cookstyle.yml
Bump actions/cache from v2.1.4 to v2.1.5
[chef.git] / .github / workflows / cookstyle.yml
index 56603f598ac3bb11d03f3468f39258027913c64f..bfc83f8f0d1e4a7c6de1af333be87567e200a42e 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.4
+      uses: actions/cache@v2.1.5
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}