]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/cookstyle.yml
Bump actions/cache from v2 to v2.1.4
[chef.git] / .github / workflows / cookstyle.yml
index bf6c023e4a028d720508ae7b78d5117181f529d8..98f880f36ccf67264efaf593b1fead45b042a201 100644 (file)
@@ -10,9 +10,9 @@ jobs:
     - name: Check out code
       uses: actions/checkout@v2
     - name: Setup ruby
-      uses: actions/setup-ruby@v1.1.1
+      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') }}