]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/cookstyle.yml
Merge remote-tracking branch 'github/pull/390'
[chef.git] / .github / workflows / cookstyle.yml
index 274884da318c426324ae4cdcd805660ebbb627c9..98f880f36ccf67264efaf593b1fead45b042a201 100644 (file)
@@ -10,9 +10,9 @@ jobs:
     - name: Check out code
       uses: actions/checkout@v2
     - name: Setup ruby
-      uses: actions/setup-ruby@v1
+      uses: actions/setup-ruby@v1.1.2
     - name: Cache gems
-      uses: actions/cache@v1
+      uses: actions/cache@v2.1.4
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}